Definition at line 54 of file histspeedtest.cxx.
Public Types | |
using | TimePoint_t = decltype(std::chrono::high_resolution_clock::now()) |
Public Member Functions | |
Timer (const char *title, size_t count) | |
~Timer () | |
Public Attributes | |
size_t | fCount |
TimePoint_t | fStart |
const char * | fTitle |
using Timer::TimePoint_t = decltype(std::chrono::high_resolution_clock::now()) |
Definition at line 55 of file histspeedtest.cxx.
|
inline |
Definition at line 61 of file histspeedtest.cxx.
|
inline |
Definition at line 65 of file histspeedtest.cxx.
size_t Timer::fCount |
Definition at line 58 of file histspeedtest.cxx.
TimePoint_t Timer::fStart |
Definition at line 59 of file histspeedtest.cxx.
const char* Timer::fTitle |
Definition at line 57 of file histspeedtest.cxx.