Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
runtime_statistics.f90 File Reference

Go to the source code of this file.

Data Types

type  runtime_stats::runtime_stats_t
 

Modules

module  runtime_stats
 Runtime statistics.
 

Functions/Subroutines

subroutine runtime_stats::runtime_stats_init (this, params)
 Initialise runtime statistics.
 
subroutine runtime_stats::runtime_stats_free (this)
 Destroy runtime statistics.
 
subroutine runtime_stats::runtime_stats_start_region (this, name, region_id)
 Start measuring time for the region named name with id region_id.
 
subroutine runtime_stats::runtime_stats_end_region (this, name, region_id)
 Compute elapsed time for the current region.
 
subroutine runtime_stats::runtime_stats_report (this)
 Report runtime statistics for all recorded regions.
 

Variables

integer runtime_stats::rt_stats_max_regions = 50
 
type(runtime_stats_t), public runtime_stats::neko_rt_stats