Closed MeisterEule closed 3 years ago
This already works if you do not compile with -finstrument-functions
, since MPI functions are always instrumented. I would not implement an additional option to obtain this functionality with instrumentation of all functions, in order to reduce code overhead.
Some users are only interested in the MPI performance of their code, not the detailed function performance. In these cases, it is sufficient to profile MPI, as it can be achieved by linking Vftrace without function instrumentation (although then no output is generated). There should be an option to return from
vftr_function_entry
and_exit
if no MPI function is present.