Snapshot Struct
Lock-free snapshot of a single node's stats — safe to copy/return. More...
Declaration
struct simaai::neat::graph::GraphRunStats::Snapshot { ... }
Included Headers
#include <GraphRun.h>
Public Member Attributes Index
| NodeId | node_id = kInvalidNode |
| int64_t | total = 0 |
|
Total samples seen. More... | |
| std::chrono::steady_clock::time_point | first {} |
|
First-sample timestamp. More... | |
| std::chrono::steady_clock::time_point | last {} |
|
Last-sample timestamp. More... | |
| std::unordered_map< std::string, int64_t > | counts |
|
Per-stream counts. More... | |
| std::unordered_map< std::string, std::chrono::steady_clock::time_point > | last_seen |
|
Per-stream last-seen. More... | |
Description
Lock-free snapshot of a single node's stats — safe to copy/return.
Definition at line 109 of file GraphRun.h.
Public Member Attributes
counts
|
Per-stream counts.
Definition at line 114 of file GraphRun.h.
first
|
First-sample timestamp.
Definition at line 112 of file GraphRun.h.
last
|
Last-sample timestamp.
Definition at line 113 of file GraphRun.h.
last_seen
|
node_id
|
total
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.