RunDiagSnapshot Struct
Declaration
struct simaai::neat::RunDiagSnapshot { ... }
Included Headers
#include <Run.h>
Public Member Attributes Index
| std::vector< RunStageStats > | stages |
| std::vector< BoundaryFlowStats > | boundaries |
| std::vector< RunElementTimingStats > | element_timings |
| std::vector< RunElementFlowStats > | element_flows |
Definition at line 128 of file Run.h.
Public Member Attributes
boundaries
|
Definition at line 130 of file Run.h.
130 std::vector<BoundaryFlowStats> boundaries;
element_flows
|
Definition at line 132 of file Run.h.
132 std::vector<RunElementFlowStats> element_flows;
element_timings
|
Definition at line 131 of file Run.h.
131 std::vector<RunElementTimingStats> element_timings;
stages
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.