35 #ifndef _BLAZE_UTIL_TIMING_CPUTIMER_H_
36 #define _BLAZE_UTIL_TIMING_CPUTIMER_H_
CPU timing policy for the Timer class.
Progress timer for time and performance measurements.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Timer< CpuPolicy > CpuTimer
Progress timer for CPU time measurements.The CpuTimer combines the Timer class template with the CpuP...
Definition: CpuTimer.h:65
Progress timer for time and performance measurements.The Timer class offers timing & benchmarking fun...
Definition: Timer.h:103