man(1) | eztrace.old man page | man(1) |
eztrace.old - performance analysis tool
eztrace [OPTION] COMMAND_LINE
Run COMMAND_LINE and generate an execution trace.
$ eztrace.old -t "memory pthread" ./my_program param1 param2
For MPI programs:
$ mpirun -np 2 `eztrace.old -m ./my_program` param1 param2
eztrace(1), eztrace_convert(1), eztrace_stats(1), eztrace_cc(1), eztrace_avail(1), eztrace_loaded(1), eztrace_create_plugin(1)
eztrace.old is a fallback launcher for eztrace. It relies on LD_PRELOAD for interception function calls. Thus, it only works for shared libraries.
Report eztrace bugs to eztrace-devel@lists.gforge.inria.fr
EZTrace home page: <http://eztrace.gforge.inria.fr/>
Francois Trahay (francois.trahay@telecom-sduparis.eu)
05 September 2013 | 1.0 |