Definition at line 14 of file Profiler.f90.
◆ children
type(stlvecint) profilermodule::measuredsectiontype::children |
|
private |
report on the performance metrics collected during execution.
Definition at line 20 of file Profiler.f90.
20 type(STLVecInt) :: children
◆ count
integer(i4b) profilermodule::measuredsectiontype::count |
|
private |
◆ parent_id
integer(i4b) profilermodule::measuredsectiontype::parent_id |
|
private |
Definition at line 19 of file Profiler.f90.
19 integer(I4B) :: parent_id
◆ status
integer(i4b) profilermodule::measuredsectiontype::status |
|
private |
◆ title
Definition at line 15 of file Profiler.f90.
15 character(len=LEN_SECTION_TITLE) :: title
◆ walltime
real(dp) profilermodule::measuredsectiontype::walltime |
|
private |
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Performance/Profiler.f90