(git:c5411e0)
Loading...
Searching...
No Matches
timings_types::timer_env_type Type Reference

Data Fields

integer ref_count = -1
 
type(routine_map_typeroutine_names = routine_map_type()
 
type(list_routinestat_typeroutine_stats = list_routinestat_type()
 
type(list_callstackentry_typecallstack = list_callstackentry_type()
 
type(callgraph_typecallgraph = callgraph_type()
 
integer trace_max = -1
 
integer trace_unit = -1
 
character(len=13) trace_str = ""
 
logical trace_all = .FALSE.
 

Detailed Description

Definition at line 26 of file timings_types.F.

Field Documentation

◆ ref_count

integer timings_types::timer_env_type::ref_count = -1

Definition at line 27 of file timings_types.F.

◆ routine_names

type(routine_map_type) timings_types::timer_env_type::routine_names = routine_map_type()

Definition at line 28 of file timings_types.F.

◆ routine_stats

type(list_routinestat_type) timings_types::timer_env_type::routine_stats = list_routinestat_type()

Definition at line 29 of file timings_types.F.

◆ callstack

type(list_callstackentry_type) timings_types::timer_env_type::callstack = list_callstackentry_type()

Definition at line 30 of file timings_types.F.

◆ callgraph

type(callgraph_type) timings_types::timer_env_type::callgraph = callgraph_type()

Definition at line 31 of file timings_types.F.

◆ trace_max

integer timings_types::timer_env_type::trace_max = -1

Definition at line 32 of file timings_types.F.

◆ trace_unit

integer timings_types::timer_env_type::trace_unit = -1

Definition at line 33 of file timings_types.F.

◆ trace_str

character(len=13) timings_types::timer_env_type::trace_str = ""

Definition at line 34 of file timings_types.F.

◆ trace_all

logical timings_types::timer_env_type::trace_all = .FALSE.

Definition at line 35 of file timings_types.F.


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