Skip to main content

NodeStat Struct

Declaration

struct simaai::neat::graph::GraphRunStats::NodeStat { ... }

Included Headers

#include <GraphRun.h>

Public Member Attributes Index

int64_ttotal = 0
std::chrono::steady_clock::time_pointfirst {}
std::chrono::steady_clock::time_pointlast {}
boolinitialized = false
std::unordered_map< std::string, StreamStat >streams

Definition at line 42 of file GraphRun.h.

Public Member Attributes

first

std::chrono::steady_clock::time_point simaai::neat::graph::GraphRunStats::NodeStat::first {}

Definition at line 44 of file GraphRun.h.

44 std::chrono::steady_clock::time_point first{};

initialized

bool simaai::neat::graph::GraphRunStats::NodeStat::initialized = false

Definition at line 46 of file GraphRun.h.

46 bool initialized = false;

last

std::chrono::steady_clock::time_point simaai::neat::graph::GraphRunStats::NodeStat::last {}

Definition at line 45 of file GraphRun.h.

45 std::chrono::steady_clock::time_point last{};

streams

std::unordered_map<std::string, StreamStat> simaai::neat::graph::GraphRunStats::NodeStat::streams

Definition at line 47 of file GraphRun.h.

47 std::unordered_map<std::string, StreamStat> streams;

total

int64_t simaai::neat::graph::GraphRunStats::NodeStat::total = 0

Definition at line 43 of file GraphRun.h.

43 int64_t total = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.