Skip to main content

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

std::vector<BoundaryFlowStats> simaai::neat::RunDiagSnapshot::boundaries

Definition at line 130 of file Run.h.

130 std::vector<BoundaryFlowStats> boundaries;

element_flows

std::vector<RunElementFlowStats> simaai::neat::RunDiagSnapshot::element_flows

Definition at line 132 of file Run.h.

132 std::vector<RunElementFlowStats> element_flows;

element_timings

std::vector<RunElementTimingStats> simaai::neat::RunDiagSnapshot::element_timings

Definition at line 131 of file Run.h.

131 std::vector<RunElementTimingStats> element_timings;

stages

std::vector<RunStageStats> simaai::neat::RunDiagSnapshot::stages

Definition at line 129 of file Run.h.

129 std::vector<RunStageStats> stages;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.