iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
iceberg::TimerResult Struct Reference

Serialisable snapshot of a single Timer measurement. More...

#include <metrics_types.h>

Public Member Functions

bool operator== (const TimerResult &) const =default
 

Public Attributes

std::string unit {"nanoseconds"}
 
int64_t count = 0
 
std::chrono::nanoseconds total_duration {0}
 

Detailed Description

Serialisable snapshot of a single Timer measurement.

Carries the unit name, recording count, and total accumulated duration.


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