logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

eztrace_stats - compute statistics from execution traces

Author

       Francois Trahay (francois.trahay@telecom-sduparis.eu)

1.0                                             05 September 2013                                         man(1)

Description

       Browse the INPUT_FILES generated by the eztrace command (or eztrace.old) and extract statistics.

Examples

       $ eztrace_stats /tmp/user_eztrace_log_rank_1
       [...]
       PThread:
       -------
       CT_Process #0:
               semaphore 0x601300 was acquired 2 times.
               semaphore 0x601320 was acquired 10 times.
               mutex 0x6012c0 was acquired 20 times. total duration of critical_sections: 1000.065697 ms.
               semaphore 0x601340 was acquired 10 times.
       Total: 4 locks acquired 42 times

Name

       eztrace_stats - compute statistics from execution traces

Options

       -o DIRECTORY
              Select the output directory

       -v     Enable verbose mode.

       -h     Display this help and exit

Reporting Bugs

       Report eztrace bugs to eztrace-devel@lists.gforge.inria.fr
       EZTrace home page: <http://eztrace.gforge.inria.fr/>

See Also

eztrace(1),   eztrace_convert(1),  eztrace.old(1),  eztrace_cc(1),  eztrace_avail(1),  eztrace_loaded(1),
       eztrace_create_plugin(1)

Synopsis

       eztrace_stats [OPTIONS] INPUT_FILES

See Also