Declaration
struct simaai::neat::graph::GraphRunStats::Snapshot { ... }
Public Member Attributes Index
| NodeId | node_id = kInvalidNode |
|
|
|
| int64_t | total = 0 |
|
|
|
| std::chrono::steady_clock::time_point | first {} |
|
|
|
| std::chrono::steady_clock::time_point | last {} |
|
|
|
| std::unordered_map< std::string, int64_t > | counts |
|
|
|
| std::unordered_map< std::string, std::chrono::steady_clock::time_point > | last_seen |
|
|
|
Definition at line 50 of file GraphRun.h.
Public Member Attributes
counts
| std::unordered_map<std::string, int64_t> simaai::neat::graph::GraphRunStats::Snapshot::counts |
|
first
| std::chrono::steady_clock::time_point simaai::neat::graph::GraphRunStats::Snapshot::first {} |
|
last
| std::chrono::steady_clock::time_point simaai::neat::graph::GraphRunStats::Snapshot::last {} |
|
Definition at line 54 of file GraphRun.h.
54 std::chrono::steady_clock::time_point last{};
last_seen
| std::unordered_map<std::string, std::chrono::steady_clock::time_point> simaai::neat::graph::GraphRunStats::Snapshot::last_seen |
|
Definition at line 56 of file GraphRun.h.
56 std::unordered_map<std::string, std::chrono::steady_clock::time_point> last_seen;
node_id
| NodeId simaai::neat::graph::GraphRunStats::Snapshot::node_id = kInvalidNode |
|
total
| int64_t simaai::neat::graph::GraphRunStats::Snapshot::total = 0 |
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.