26 using Timer = Timers::GenericTimer<std::chrono::high_resolution_clock, std::chrono::microseconds>;
35 using FastTimer = Timers::GenericTimer<Timers::RdtscClock<std::chrono::microseconds>, std::chrono::microseconds>;
37 using FastTimer = Timers::GenericTimer<std::chrono::high_resolution_clock, std::chrono::microseconds>;
Timers::GenericTimer< std::chrono::high_resolution_clock, std::chrono::microseconds > Timer
Default timer using a standard clock with microsecond precision.
Timers::GenericTimer< std::chrono::high_resolution_clock, std::chrono::microseconds > FastTimer
Fast RDTSC-based timer with microsecond precision.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...