Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
Runtime statistics.
Data Types | |
type | runtime_stats_t |
Functions/Subroutines | |
subroutine | runtime_stats_init (this, params) |
Initialise runtime statistics. More... | |
subroutine | runtime_stats_free (this) |
Destroy runtime statistics. More... | |
subroutine | runtime_stats_start_region (this, name, region_id) |
Start measuring time for the region named name with id region_id. More... | |
subroutine | runtime_stats_end_region (this, name, region_id) |
Compute elapsed time for the current region. More... | |
subroutine | runtime_stats_report (this) |
Report runtime statistics for all recorded regions. More... | |
Variables | |
integer | rt_stats_max_regions = 50 |
type(runtime_stats_t), public | neko_rt_stats |
|
private |
Definition at line 152 of file runtime_statistics.f90.
|
private |
Definition at line 103 of file runtime_statistics.f90.
|
private |
Definition at line 72 of file runtime_statistics.f90.
|
private |
Definition at line 179 of file runtime_statistics.f90.
|
private |
Definition at line 124 of file runtime_statistics.f90.
type(runtime_stats_t), public runtime_stats::neko_rt_stats |
Definition at line 67 of file runtime_statistics.f90.
|
private |
Definition at line 48 of file runtime_statistics.f90.