chronon::observe::CounterRegistry::OwnerSnapshotEntry
Public Functions
| Name | |
|---|---|
| uint64_t | value() const |
Public Attributes
| Name | |
|---|---|
| std::string | unit_name |
| const uint64_t * | scalar |
| std::string | counter_name |
| SimpleCounter * | counter |
| size_t | aligned_size |
Public Functions Documentation
function value
inline uint64_t value() const
Public Attributes Documentation
variable unit_name
std::string unit_name;
variable scalar
const uint64_t * scalar = nullptr;
variable counter_name
std::string counter_name;
variable counter
SimpleCounter * counter = nullptr;
variable aligned_size
size_t aligned_size = 0;
Updated on 2026-07-14 at 15:33:10 +0000