Thread-safe statistics for chain processing.
More...
#include <chain.h>
Thread-safe statistics for chain processing.
Definition at line 106 of file chain.h.
◆ elapsed_seconds()
| double hipo::ChainStatistics::elapsed_seconds |
( |
| ) |
const |
|
inlinenoexcept |
◆ reset()
| void hipo::ChainStatistics::reset |
( |
| ) |
|
|
inlinenoexcept |
◆ throughput()
| double hipo::ChainStatistics::throughput |
( |
| ) |
const |
|
inlinenoexcept |
◆ end_time
| std::chrono::steady_clock::time_point hipo::ChainStatistics::end_time |
◆ events_processed
| std::atomic<long> hipo::ChainStatistics::events_processed {0} |
◆ events_skipped
| std::atomic<long> hipo::ChainStatistics::events_skipped {0} |
◆ start_time
| std::chrono::steady_clock::time_point hipo::ChainStatistics::start_time |
◆ total_events
| std::atomic<long> hipo::ChainStatistics::total_events {0} |
The documentation for this struct was generated from the following file: