Neko  0.8.99
A portable framework for high-order spectral element flow simulations
runtime_stats::runtime_stats_t Type Reference
Collaboration diagram for runtime_stats::runtime_stats_t:

Private Member Functions

procedure, pass(this) init => runtime_stats_init
 
procedure, pass(this) free => runtime_stats_free
 
procedure, pass(this) start_region => runtime_stats_start_region
 
procedure, pass(this) end_region => runtime_stats_end_region
 
procedure, pass(this) report => runtime_stats_report
 

Private Attributes

character(len=19), dimension(:), allocatable rt_stats_id
 Name of measured region. More...
 
type(stack_r8_t), dimension(:), allocatable elapsed_time_
 Elapsed time for each measured region. More...
 
type(stack_i4r8t2_tregion_timestamp_
 Stack to hold current active region timestamps. More...
 
logical enabled_
 
logical output_profile_
 

Detailed Description

Definition at line 50 of file runtime_statistics.f90.

Member Function/Subroutine Documentation

◆ end_region()

procedure, pass(this) runtime_stats::runtime_stats_t::end_region
private

Definition at line 63 of file runtime_statistics.f90.

◆ free()

procedure, pass(this) runtime_stats::runtime_stats_t::free
private

Definition at line 61 of file runtime_statistics.f90.

◆ init()

procedure, pass(this) runtime_stats::runtime_stats_t::init
private

Definition at line 60 of file runtime_statistics.f90.

◆ report()

procedure, pass(this) runtime_stats::runtime_stats_t::report
private

Definition at line 64 of file runtime_statistics.f90.

◆ start_region()

procedure, pass(this) runtime_stats::runtime_stats_t::start_region
private

Definition at line 62 of file runtime_statistics.f90.

Member Data Documentation

◆ elapsed_time_

type(stack_r8_t), dimension(:), allocatable runtime_stats::runtime_stats_t::elapsed_time_
private

Definition at line 54 of file runtime_statistics.f90.

◆ enabled_

logical runtime_stats::runtime_stats_t::enabled_
private

Definition at line 57 of file runtime_statistics.f90.

◆ output_profile_

logical runtime_stats::runtime_stats_t::output_profile_
private

Definition at line 58 of file runtime_statistics.f90.

◆ region_timestamp_

type(stack_i4r8t2_t) runtime_stats::runtime_stats_t::region_timestamp_
private

Definition at line 56 of file runtime_statistics.f90.

◆ rt_stats_id

character(len=19), dimension(:), allocatable runtime_stats::runtime_stats_t::rt_stats_id
private

Definition at line 52 of file runtime_statistics.f90.


The documentation for this type was generated from the following file: