RunStageStats Struct
Per-stage timing telemetry — how long each stage takes per sample. More...
Declaration
struct simaai::neat::RunStageStats { ... }
Included Headers
#include <Run.h>
Public Member Attributes Index
| std::string | stage_name |
|
Stage label (typically the NodeGroup or major Node name). More... | |
| std::uint64_t | samples = 0 |
|
Number of samples processed by this stage. More... | |
| std::uint64_t | total_us = 0 |
|
Cumulative time spent in this stage (microseconds). More... | |
| std::uint64_t | max_us = 0 |
|
Maximum per-sample time observed. More... | |
Description
Per-stage timing telemetry — how long each stage takes per sample.
Definition at line 283 of file Run.h.
Public Member Attributes
max_us
|
samples
|
stage_name
|
Stage label (typically the NodeGroup or major Node name).
Definition at line 284 of file Run.h.
284 std::string stage_name;
total_us
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.