Skip to main content

chronon::observe::CounterInfo

Metadata for a registered counter.

#include <Types.hpp>

Public Attributes

Name
std::stringunit
e.g., "cycles", "bytes", ""
std::stringname
std::stringdescription

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