|
perfc 0.11.0
|
| ▼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 |
| CCounterTypes | Helper used when declaring counter types in perfc::Register |
| CLocked | Simple type that provide synchronized access by holding a lock to T container |
| ▼CRegister | Register of counter variants, used for example to facilitate discovery/monitoring |
| CEntry | Register entry representing the counter and associated metadata |
| CScopedRegistration | RAII object to manage automatic deregistration |
| CTimestamped | Trivial type describing a counter value and associated timestamp |