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 - performance analysis tool

Author

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

2.0                                              13 january 2022                                          man(1)

Description

       Run COMMAND_LINE and generate an execution trace.

Examples

       $ eztrace -t "memory pthread" ./my_program param1 param2

       $ mpirun -np 2 eztrace -t "mpi pthread" ./my_program param1 param2

Name

       eztrace - performance analysis tool

Options

       -t [plugin1 plugin2 ... pluginN]
            Select a list of plugins

       -o DIRECTORY
            Select the output DIRECTORY

       -l DIRECTORY
            Add DIRECTORY to the list of directories in which eztrace search for plugins

       -f   Enable EZTRACE_FLUSH

       -d   Debug mode

       -?,  -h
            Display this help and exit

Reporting Bugs

       Report eztrace bugs to https://gitlab.com/eztrace/eztrace
       EZTrace home page: <https://eztrace.gitlab.io/eztrace>

See Also

eztrace.preload(1), eztrace_cc(1), eztrace_avail(1)

Synopsis

       eztrace [OPTION] COMMAND_LINE

See Also