Performance analysis tool
eztrace [OPTION] COMMAND_LINE
Run COMMAND_LINE and generate an execution trace.
-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
$ eztrace -t "memory pthread" ./my_program param1 param2
$ mpirun -np 2 eztrace -t "mpi pthread" ./my_program param1 param2
Report eztrace bugs to [email protected]
EZTrace home page: <http://eztrace.gforge.inria.fr/>
Francois Trahay ([email protected])