|
iceberg-cpp
|
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} |
Serialisable snapshot of a single Timer measurement.
Carries the unit name, recording count, and total accumulated duration.