![]() |
ORB5
v4.9.4
|
Modules | |
module | profiler |
Simple interface to Score-P for profiling ORB5. | |
Functions/Subroutines | |
subroutine, public | profiler::profiler_on |
Activate the profiling (ON by default) More... | |
subroutine, public | profiler::profiler_off |
Deactivate the profiling (ON by default) More... | |
subroutine, public | profiler::profiler_begin_region (region_name) |
Begin profiling for a specific region. More... | |
subroutine, public | profiler::profiler_end_region (region_name) |
End profiling for a specific region. More... | |
subroutine | profiler::write_species_to_string (isp, str) |
Write species number to a string. More... | |
subroutine, public | profiler::profiler_begin_region_species (isp) |
Open a subregion for a peculiar species. More... | |
subroutine, public | profiler::profiler_end_region_species (isp) |
Close a subregion for a peculiar species. More... | |