chronon::observe::CounterInfo
Metadata for a registered counter.
#include <Types.hpp>
Public Attributes
| Name | |
|---|---|
| std::string | unit e.g., "cycles", "bytes", "" |
| std::string | name |
| std::string | description |
Public Attributes Documentation
variable unit
std::string unit;
e.g., "cycles", "bytes", ""
variable name
std::string name;
variable description
std::string description;
Updated on 2026-05-26 at 05:42:32 +0000