Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Profiling interface.
Functions/Subroutines | |
subroutine, public | profiler_start |
Start profiling. More... | |
subroutine, public | profiler_stop |
Stop profiling. More... | |
subroutine, public | profiler_start_region (name, region_id) |
Started a named (name) profiler region. More... | |
subroutine, public | profiler_end_region (name, region_id) |
End the most recently started profiler region. More... | |
subroutine, public profiler::profiler_end_region | ( | character(kind=c_char, len=*), optional | name, |
integer, optional | region_id | ||
) |
subroutine, public profiler::profiler_start |
Definition at line 51 of file profiler.F90.
subroutine, public profiler::profiler_start_region | ( | character(kind=c_char,len=*) | name, |
integer, optional | region_id | ||
) |
subroutine, public profiler::profiler_stop |
Definition at line 64 of file profiler.F90.