|
perfc 0.11.0
|
Keep track of counters.
Main type is perfc::Register.
Files | |
| file | register.hpp |
| Implementation of the counter register perfc::Register. | |
Classes | |
| struct | perfc::CounterTypes< CounterType > |
| Helper used when declaring counter types in perfc::Register. More... | |
| class | perfc::Locked< T, Mutex > |
| Simple type that provide synchronized access by holding a lock to T container. More... | |
| class | perfc::ScopedRegistration |
| RAII object to manage automatic deregistration. More... | |
| class | perfc::Register< CounterTypes, TMetadata, TMutex > |
| Register of counter variants, used for example to facilitate discovery/monitoring. More... | |