perfc 0.11.0
Loading...
Searching...
No Matches
perfc::Timestamped< T, TimePoint > Struct Template Reference

Trivial type describing a counter value and associated timestamp. More...

#include <perfc/counter.hpp>

Detailed Description

template<class T, class TimePoint>
struct perfc::Timestamped< T, TimePoint >

Trivial type describing a counter value and associated timestamp.

This type is used as the counter value for counters with internal timestamp.

Template Parameters
TCounter value type.
TimePointTimestamp type.

Definition at line 112 of file counter.hpp.

Public Attributes

value
 
TimePoint timestamp
 

Member Data Documentation

◆ timestamp

template<class T, class TimePoint>
TimePoint perfc::Timestamped< T, TimePoint >::timestamp

Definition at line 114 of file counter.hpp.

◆ value

template<class T, class TimePoint>
T perfc::Timestamped< T, TimePoint >::value

Definition at line 113 of file counter.hpp.


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