perfc 0.11.0
Loading...
Searching...
No Matches
perfc::Register< CounterTypes, TMetadata, TMutex >::Entry Struct Reference

Register entry representing the counter and associated metadata. More...

#include <register.hpp>

Detailed Description

template<class CounterTypes, class TMetadata, class TMutex = std::recursive_mutex>
struct perfc::Register< CounterTypes, TMetadata, TMutex >::Entry

Register entry representing the counter and associated metadata.

Definition at line 266 of file register.hpp.

Public Attributes

CounterVariant counter
 
MetadataType metadata
 

Member Data Documentation

◆ counter

template<class CounterTypes, class TMetadata, class TMutex = std::recursive_mutex>
CounterVariant perfc::Register< CounterTypes, TMetadata, TMutex >::Entry::counter

Definition at line 267 of file register.hpp.

◆ metadata

template<class CounterTypes, class TMetadata, class TMutex = std::recursive_mutex>
MetadataType perfc::Register< CounterTypes, TMetadata, TMutex >::Entry::metadata

Definition at line 268 of file register.hpp.


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