14 using Timer = Timers::GenericTimer<std::chrono::high_resolution_clock, std::chrono::microseconds>;
Timers::GenericTimer< Timers::RdtscClock< std::chrono::microseconds >, std::chrono::microseconds > FastTimer
Fast RDTSC-based timer with microsecond precision.
Timers::GenericTimer< std::chrono::high_resolution_clock, std::chrono::microseconds > Timer
Default timer using a standard clock with microsecond precision.
Header file for std:chrono::duration-based Counters.