Package jitterdebugger: Information

    Source package: jitterdebugger
    Version: 0.3.0.65.gf7beb27-alt1
    Latest version according to Repology
    Build time:  Feb 12, 2024, 12:36 AM in the task #335173
    Report package bug
    License: MIT
    Summary: Real time response messaurement tool
    Description: 
    jitterdebugger measures wake up latencies. jitterdebugger starts a thread on
    each CPU which programs a timer and measures the time it takes from the timer
    expiring until the thread which set the timer runs again.
    
    This tool is a re-implementation of cyclictest. It doesn't have all the command
    line options as cyclictest which results are easy to get wrong and therefore an
    invalid latency report.
    
    The default settings of jitterdebugger will produce a correct measurement out
    of the box.
    
    Furthermore, the tool supports storing all samples for post processing.

    List of rpms provided by this srpm:
    jitterdebugger (x86_64, ppc64le, i586, armh, aarch64)
    jitterdebugger-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Vitaly Chikunov

    List of contributors:
    Vitaly Chikunov

    ACL:
    Vitaly Chikunov
    @everybody

      1. /usr/bin/h5cc
      2. rpm-build-python3
      3. libhdf5-devel

    Last changed


    Sept. 25, 2023 Vitaly Chikunov 0.3.0.65.gf7beb27-alt1
    - Update to 0.3-65-gf7beb27 (2022-02-21) which is latest master branch update.
    - Note that this is master branch that is newer than 0.3.1 (last updated at
      2019-02-19 and which we never followed).
    March 6, 2020 Vitaly Chikunov 0.3.0.60.gb90ff3a-alt1
    - jitterdebugger: Allow to override the affinity mask (github issue #18).
    Nov. 30, 2019 Vitaly Chikunov 0.3.0.59.gdaeff0a-alt1
    - Fix gettid error.