bactria
0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
|
This is the complete list of members for bactria::reports::IncidentRecorder< TValues >, including all inherited members.
load() | bactria::reports::IncidentRecorder< TValues > | inline |
record_step(TFunc &&f, std::enable_if_t< std::is_constructible< std::function< void(record_t &)>, std::reference_wrapper< typename std::remove_reference< TFunc >::type >>::value, int >=0) | bactria::reports::IncidentRecorder< TValues > | inline |
record_step(TFunc &&f, std::enable_if_t< std::is_constructible< std::function< void(void)>, std::reference_wrapper< typename std::remove_reference< TFunc >::type >>::value, int >=0) | bactria::reports::IncidentRecorder< TValues > | inline |
record_t typedef | bactria::reports::IncidentRecorder< TValues > | |
store(TValue &&value) | bactria::reports::IncidentRecorder< TValues > | inline |
submit_report(std::string name) const | bactria::reports::IncidentRecorder< TValues > | inline |