![]() |
(git:d18deda)
|
Data Fields | |
integer | ref_count = -1 |
type(routine_map_type) | routine_names = routine_map_type() |
type(list_routinestat_type) | routine_stats = list_routinestat_type() |
type(list_callstackentry_type) | callstack = list_callstackentry_type() |
type(callgraph_type) | callgraph = callgraph_type() |
integer | trace_max = -1 |
integer | trace_unit = -1 |
character(len=13) | trace_str = "" |
logical | trace_all = .FALSE. |
Definition at line 26 of file timings_types.F.
integer timings_types::timer_env_type::ref_count = -1 |
Definition at line 27 of file timings_types.F.
type(routine_map_type) timings_types::timer_env_type::routine_names = routine_map_type() |
Definition at line 28 of file timings_types.F.
type(list_routinestat_type) timings_types::timer_env_type::routine_stats = list_routinestat_type() |
Definition at line 29 of file timings_types.F.
type(list_callstackentry_type) timings_types::timer_env_type::callstack = list_callstackentry_type() |
Definition at line 30 of file timings_types.F.
type(callgraph_type) timings_types::timer_env_type::callgraph = callgraph_type() |
Definition at line 31 of file timings_types.F.
integer timings_types::timer_env_type::trace_max = -1 |
Definition at line 32 of file timings_types.F.
integer timings_types::timer_env_type::trace_unit = -1 |
Definition at line 33 of file timings_types.F.
character(len=13) timings_types::timer_env_type::trace_str = "" |
Definition at line 34 of file timings_types.F.
logical timings_types::timer_env_type::trace_all = .FALSE. |
Definition at line 35 of file timings_types.F.