Skip to main content

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_tcount = 0

Samples seen on this stream. More...

std::chrono::steady_clock::time_pointfirst {}

Timestamp of the first sample. More...

std::chrono::steady_clock::time_pointlast {}

Timestamp of the most recent sample. More...

boolinitialized = 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

int64_t simaai::neat::graph::GraphRunStats::StreamStat::count = 0

Samples seen on this stream.

Definition at line 93 of file GraphRun.h.

93 int64_t count = 0;

first

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

Timestamp of the first sample.

Definition at line 94 of file GraphRun.h.

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

initialized

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

True once any sample has been recorded.

Definition at line 96 of file GraphRun.h.

96 bool initialized = false;

last

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

Timestamp of the most recent sample.

Definition at line 95 of file GraphRun.h.

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

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.