RunReportOptions Struct
Declaration
struct simaai::neat::RunReportOptions { ... }
Included Headers
#include <Run.h>
Public Member Attributes Index
| bool | include_pipeline = true |
| bool | include_stage_timings = true |
| bool | include_element_timings = true |
| bool | include_boundaries = true |
| bool | include_flow_stats = true |
| bool | include_node_reports = false |
| bool | include_next_cpu = false |
| bool | include_queue_depth = true |
| bool | include_num_buffers = true |
| bool | include_run_stats = true |
| bool | include_input_stats = true |
| bool | include_system_info = false |
Definition at line 135 of file Run.h.
Public Member Attributes
include_boundaries
|
Definition at line 139 of file Run.h.
139 bool include_boundaries = true;
include_element_timings
|
Definition at line 138 of file Run.h.
138 bool include_element_timings = true;
include_flow_stats
|
Definition at line 140 of file Run.h.
140 bool include_flow_stats = true;
include_input_stats
|
Definition at line 146 of file Run.h.
146 bool include_input_stats = true;
include_next_cpu
|
Definition at line 142 of file Run.h.
142 bool include_next_cpu = false;
include_node_reports
|
Definition at line 141 of file Run.h.
141 bool include_node_reports = false;
include_num_buffers
|
Definition at line 144 of file Run.h.
144 bool include_num_buffers = true;
include_pipeline
|
Definition at line 136 of file Run.h.
136 bool include_pipeline = true;
include_queue_depth
|
Definition at line 143 of file Run.h.
143 bool include_queue_depth = true;
include_run_stats
|
Definition at line 145 of file Run.h.
145 bool include_run_stats = true;
include_stage_timings
|
Definition at line 137 of file Run.h.
137 bool include_stage_timings = true;
include_system_info
|
Definition at line 147 of file Run.h.
147 bool include_system_info = false;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.