StreamStat Struct
Per-stream counters within a single node. More...
Declaration
struct simaai::neat::graph::GraphRunStats::StreamStat { ... }
Included Headers
#include <GraphRun.h>
Public Member Attributes Index
| int64_t | count = 0 |
|
Samples seen on this stream. More... | |
| std::chrono::steady_clock::time_point | first {} |
|
Timestamp of the first sample. More... | |
| std::chrono::steady_clock::time_point | last {} |
|
Timestamp of the most recent sample. More... | |
| bool | initialized = false |
|
True once any sample has been recorded. More... | |
Description
Per-stream counters within a single node.
Definition at line 92 of file GraphRun.h.
Public Member Attributes
count
|
first
|
Timestamp of the first sample.
Definition at line 94 of file GraphRun.h.
initialized
|
True once any sample has been recorded.
Definition at line 96 of file GraphRun.h.
96 bool initialized = false;
last
|
Timestamp of the most recent sample.
Definition at line 95 of file GraphRun.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.