perfc 0.11.0
Loading...
Searching...
No Matches
Basic performance counters

Detailed Description

Atomic performance counters.

Topics

 Counters
 Atomic counters types.
 
 Counter Register
 Keep track of counters.
 

Files

file  perfc.hpp
 Convenience header that includes all perfc headers.
 
file  version.hpp
 Contains version macro.
 

Macros

#define PERFC_VERSION   1100
 Integer representation of 0.11.0 version tuple.
 

Macro Definition Documentation

◆ PERFC_VERSION

#define PERFC_VERSION   1100

Integer representation of 0.11.0 version tuple.

#include <perfc/version.hpp>

Given version x.y.z:
x = PERFC_VERSION / 100'000
y = PERFC_VERSION / 100 % 1'000
z = PERFC_VERSION % 100
#define PERFC_VERSION
Integer representation of 0.11.0 version tuple.
Definition version.hpp:27

Definition at line 27 of file version.hpp.