.\" Manpage for eztrace_stats. .\" Contact eztrace-devel@lists.gforge.inria.fr to correct errors or typos. .TH man 1 "05 September 2013" "1.0" "eztrace_stats man page" .SH NAME eztrace_stats \- compute statistics from execution traces .SH SYNOPSIS eztrace_stats [OPTIONS] INPUT_FILES .SH DESCRIPTION Browse the INPUT_FILES generated by the eztrace command (or eztrace.old) and extract statistics. .SH OPTIONS .TP -o DIRECTORY Select the output directory .TP -v Enable verbose mode. .TP -h Display this help and exit .SH EXAMPLES $ eztrace_stats /tmp/user_eztrace_log_rank_1 .br [...] .br PThread: .br ------- .br CT_Process #0: .br semaphore 0x601300 was acquired 2 times. .br semaphore 0x601320 was acquired 10 times. .br mutex 0x6012c0 was acquired 20 times. total duration of critical_sections: 1000.065697 ms. .br semaphore 0x601340 was acquired 10 times. .br Total: 4 locks acquired 42 times .SH SEE ALSO eztrace(1), eztrace_convert(1), eztrace.old(1), eztrace_cc(1), eztrace_avail(1), eztrace_loaded(1), eztrace_create_plugin(1) .SH REPORTING BUGS Report eztrace bugs to eztrace-devel@lists.gforge.inria.fr .br EZTrace home page: .SH AUTHOR Francois Trahay (francois.trahay@telecom-sduparis.eu)