Classes | |
| struct | Average |
| class | TimeInUnits |
| class | TimeInUnitsBase |
Class reading a Clock and converting the value to a specific Unit. More... | |
Typedefs | |
| using | ns_clock_t = details::TimeInUnits< std::chrono::high_resolution_clock, std::chrono::nanoseconds > |
Functions | |
| template<typename T > | |
| auto | discretize (T value, T period) |
Returns the multiple of period closest to value. More... | |
| using evgen::details::ns_clock_t = typedef details::TimeInUnits <std::chrono::high_resolution_clock, std::chrono::nanoseconds> |
Definition at line 287 of file GeneratedEventTimestamp_plugin.cc.
| auto evgen::details::discretize | ( | T | value, |
| T | period | ||
| ) |
Returns the multiple of period closest to value.
Definition at line 100 of file GeneratedEventTimestamp_plugin.cc.
1.8.11