RunAutoExportOptions Struct
Optional build-time Run JSON export. More...
Declaration
Included Headers
Public Member Attributes Index
| std::string | path |
|
Empty disables build-time export. More... | |
| std::string | label |
|
Optional label; empty uses the exporter default. More... | |
| bool | include_metrics = true |
| bool | include_power = true |
| int | indent = 2 |
Description
Optional build-time Run JSON export.
Set path before calling Graph::build(...) to write a topology snapshot as soon as the Run is built. This is useful for CI artifacts and graph visualization even if the application has not pushed samples yet.
For final throughput/latency/power numbers, call save_run_json(run, ...) after the run has executed/drained. Build-time export is an initial snapshot.
Definition at line 138 of file Run.h.
Public Member Attributes
include_metrics
|
Definition at line 141 of file Run.h.
include_power
|
Definition at line 142 of file Run.h.
indent
|
label
|
path
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.