(git:c5411e0)
Loading...
Searching...
No Matches
timings_base_type::routine_report_type Type Reference

Data Fields

character(len=default_string_length) routinen = ""
 
real(kind=dp) max_icost = 0.0_dp
 
real(kind=dp) sum_icost = 0.0_dp
 
real(kind=dp) max_ecost = 0.0_dp
 
real(kind=dp) sum_ecost = 0.0_dp
 
integer max_irank = 0
 
integer max_erank = 0
 
integer(kind=int_8) max_total_calls = 0
 
integer(kind=int_8) sum_total_calls = 0
 
integer(kind=int_8) sum_stackdepth = 0
 

Detailed Description

Definition at line 51 of file timings_base_type.F.

Field Documentation

◆ routinen

character(len=default_string_length) timings_base_type::routine_report_type::routinen = ""

Definition at line 52 of file timings_base_type.F.

◆ max_icost

real(kind=dp) timings_base_type::routine_report_type::max_icost = 0.0_dp

Definition at line 53 of file timings_base_type.F.

◆ sum_icost

real(kind=dp) timings_base_type::routine_report_type::sum_icost = 0.0_dp

Definition at line 54 of file timings_base_type.F.

◆ max_ecost

real(kind=dp) timings_base_type::routine_report_type::max_ecost = 0.0_dp

Definition at line 55 of file timings_base_type.F.

◆ sum_ecost

real(kind=dp) timings_base_type::routine_report_type::sum_ecost = 0.0_dp

Definition at line 56 of file timings_base_type.F.

◆ max_irank

integer timings_base_type::routine_report_type::max_irank = 0

Definition at line 57 of file timings_base_type.F.

◆ max_erank

integer timings_base_type::routine_report_type::max_erank = 0

Definition at line 58 of file timings_base_type.F.

◆ max_total_calls

integer(kind=int_8) timings_base_type::routine_report_type::max_total_calls = 0

Definition at line 59 of file timings_base_type.F.

◆ sum_total_calls

integer(kind=int_8) timings_base_type::routine_report_type::sum_total_calls = 0

Definition at line 60 of file timings_base_type.F.

◆ sum_stackdepth

integer(kind=int_8) timings_base_type::routine_report_type::sum_stackdepth = 0

Definition at line 61 of file timings_base_type.F.


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