Skip to main content

RunReportOptions Struct

Declaration

struct simaai::neat::RunReportOptions { ... }

Included Headers

#include <Run.h>

Public Member Attributes Index

boolinclude_pipeline = true
boolinclude_stage_timings = true
boolinclude_element_timings = true
boolinclude_boundaries = true
boolinclude_flow_stats = true
boolinclude_node_reports = false
boolinclude_next_cpu = false
boolinclude_queue_depth = true
boolinclude_num_buffers = true
boolinclude_run_stats = true
boolinclude_input_stats = true
boolinclude_system_info = false

Definition at line 135 of file Run.h.

Public Member Attributes

include_boundaries

bool simaai::neat::RunReportOptions::include_boundaries = true

Definition at line 139 of file Run.h.

139 bool include_boundaries = true;

include_element_timings

bool simaai::neat::RunReportOptions::include_element_timings = true

Definition at line 138 of file Run.h.

include_flow_stats

bool simaai::neat::RunReportOptions::include_flow_stats = true

Definition at line 140 of file Run.h.

140 bool include_flow_stats = true;

include_input_stats

bool simaai::neat::RunReportOptions::include_input_stats = true

Definition at line 146 of file Run.h.

include_next_cpu

bool simaai::neat::RunReportOptions::include_next_cpu = false

Definition at line 142 of file Run.h.

142 bool include_next_cpu = false;

include_node_reports

bool simaai::neat::RunReportOptions::include_node_reports = false

Definition at line 141 of file Run.h.

include_num_buffers

bool simaai::neat::RunReportOptions::include_num_buffers = true

Definition at line 144 of file Run.h.

include_pipeline

bool simaai::neat::RunReportOptions::include_pipeline = true

Definition at line 136 of file Run.h.

136 bool include_pipeline = true;

include_queue_depth

bool simaai::neat::RunReportOptions::include_queue_depth = true

Definition at line 143 of file Run.h.

include_run_stats

bool simaai::neat::RunReportOptions::include_run_stats = true

Definition at line 145 of file Run.h.

145 bool include_run_stats = true;

include_stage_timings

bool simaai::neat::RunReportOptions::include_stage_timings = true

Definition at line 137 of file Run.h.

include_system_info

bool simaai::neat::RunReportOptions::include_system_info = false

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.