Neko  0.8.99
A portable framework for high-order spectral element flow simulations
profiler Module Reference

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...
 

Function/Subroutine Documentation

◆ profiler_end_region()

subroutine, public profiler::profiler_end_region ( character(kind=c_char, len=*), optional  name,
integer, optional  region_id 
)

Definition at line 108 of file profiler.F90.

Here is the caller graph for this function:

◆ profiler_start()

subroutine, public profiler::profiler_start

Definition at line 51 of file profiler.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ profiler_start_region()

subroutine, public profiler::profiler_start_region ( character(kind=c_char,len=*)  name,
integer, optional  region_id 
)

Definition at line 77 of file profiler.F90.

Here is the caller graph for this function:

◆ profiler_stop()

subroutine, public profiler::profiler_stop

Definition at line 64 of file profiler.F90.

Here is the call graph for this function:
Here is the caller graph for this function: