Go to the source code of this file.
|
| module | mp_perf_env |
| | Defines all routines to deal with the performance of MPI routines.
|
| |
|
| subroutine, public | mp_perf_env::add_mp_perf_env (perf_env) |
| | start and stop the performance indicators for every call to start there has to be (exactly) one call to stop
|
| |
| subroutine, public | mp_perf_env::mp_perf_env_release (perf_env) |
| | ...
|
| |
| elemental subroutine, public | mp_perf_env::mp_perf_env_retain (perf_env) |
| | ...
|
| |
| subroutine, public | mp_perf_env::rm_mp_perf_env () |
| | ...
|
| |
| type(mp_perf_env_type) function, pointer, public | mp_perf_env::get_mp_perf_env () |
| | ...
|
| |
| subroutine, public | mp_perf_env::describe_mp_perf_env (scr) |
| | ...
|
| |
| subroutine, public | mp_perf_env::add_perf (perf_id, count, msg_size) |
| | adds the performance informations of one call
|
| |