Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Modules | |
module | profiler |
Profiling interface. | |
Functions/Subroutines | |
subroutine, public | profiler::profiler_start |
Start profiling. More... | |
subroutine, public | profiler::profiler_stop |
Stop profiling. More... | |
subroutine, public | profiler::profiler_start_region (name, region_id) |
Started a named (name) profiler region. More... | |
subroutine, public | profiler::profiler_end_region (name, region_id) |
End the most recently started profiler region. More... | |