NodeStat Struct
Aggregated counters for a single node, plus per-stream breakdown. More...
Declaration
Included Headers
Public Member Attributes Index
| int64_t | total = 0 |
|
Samples seen across all streams. 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... | |
| std::unordered_map< std::string, StreamStat > | streams |
|
Per-stream counters. More... | |
Description
Aggregated counters for a single node, plus per-stream breakdown.
Definition at line 100 of file GraphRun.h.
Public Member Attributes
first
|
Timestamp of the first sample.
Definition at line 102 of file GraphRun.h.
initialized
|
True once any sample has been recorded.
Definition at line 104 of file GraphRun.h.
last
|
Timestamp of the most recent sample.
Definition at line 103 of file GraphRun.h.
streams
|
Per-stream counters.
Definition at line 105 of file GraphRun.h.
total
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.