perfc 0.11.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nperfc
 CCounter
 CCounter< T, Clock, typename std::enable_if<!std::is_void< Clock >::value >::type >With timestamp Partial specialization for non-void Clock type
 CCounter< T, void, typename std::enable_if< std::is_integral< T >::value >::type >Integrals w/o timestamp Partial specialization for integral types T and without clock
 CCounter< T, void, typename std::enable_if<!std::is_integral< T >::value >::type >Non-integrals w/o timestamp Partial specialization matching void clocks and non-integral T's
 CCounterTypesHelper used when declaring counter types in perfc::Register
 CLockedSimple type that provide synchronized access by holding a lock to T container
 CRegisterRegister of counter variants, used for example to facilitate discovery/monitoring
 CEntryRegister entry representing the counter and associated metadata
 CScopedRegistrationRAII object to manage automatic deregistration
 CTimestampedTrivial type describing a counter value and associated timestamp