|
perfc 0.11.0
|
Trivial type describing a counter value and associated timestamp. More...
#include <perfc/counter.hpp>
Trivial type describing a counter value and associated timestamp.
This type is used as the counter value for counters with internal timestamp.
| T | Counter value type. |
| TimePoint | Timestamp type. |
Definition at line 112 of file counter.hpp.
Public Attributes | |
| T | value |
| TimePoint | timestamp |
| TimePoint perfc::Timestamped< T, TimePoint >::timestamp |
Definition at line 114 of file counter.hpp.
| T perfc::Timestamped< T, TimePoint >::value |
Definition at line 113 of file counter.hpp.