The Gaudi Framework  v32r2 (46d42edc)
Timers.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 #include <chrono>
7 
8 namespace Gaudi {
14  using Timer = Timers::GenericTimer<std::chrono::high_resolution_clock, std::chrono::microseconds>;
15 
22  using FastTimer = Timers::GenericTimer<Timers::RdtscClock<std::chrono::microseconds>, std::chrono::microseconds>;
23 } // namespace Gaudi
Timers::GenericTimer< Timers::RdtscClock< std::chrono::microseconds >, std::chrono::microseconds > FastTimer
Fast RDTSC-based timer with microsecond precision.
Definition: Timers.h:22
Timers::GenericTimer< std::chrono::high_resolution_clock, std::chrono::microseconds > Timer
Default timer using a standard clock with microsecond precision.
Definition: Timers.h:14
Header file for std:chrono::duration-based Counters.
Definition: __init__.py:1