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

Atomic performance counters. More...

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   1200
 Integer representation of 0.12.0 version tuple.
 

Detailed Description

Atomic performance counters.

Macro Definition Documentation

◆ PERFC_VERSION

#define PERFC_VERSION   1200

Integer representation of 0.12.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.12.0 version tuple.
Definition version.hpp:27

Definition at line 27 of file version.hpp.