(git:6a2e663)
mp_perf_env.F File Reference

Go to the source code of this file.

Modules

module  mp_perf_env
 Defines all routines to deal with the performance of MPI routines.
 

Functions/Subroutines

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 More...
 
subroutine, public mp_perf_env::mp_perf_env_release (perf_env)
 ... More...
 
elemental subroutine, public mp_perf_env::mp_perf_env_retain (perf_env)
 ... More...
 
subroutine, public mp_perf_env::rm_mp_perf_env ()
 ... More...
 
type(mp_perf_env_type) function, pointer, public mp_perf_env::get_mp_perf_env ()
 ... More...
 
subroutine, public mp_perf_env::describe_mp_perf_env (scr)
 ... More...
 
subroutine, public mp_perf_env::add_perf (perf_id, count, msg_size)
 adds the performance informations of one call More...