35 #ifndef _BLAZE_UTIL_TIMING_CPUPOLICY_H_ 36 #define _BLAZE_UTIL_TIMING_CPUPOLICY_H_ static double getTimestamp()
Returns a timestamp of the current CPU time in seconds.
Definition: CpuPolicy.h:90
Header file for time functions.
double getCpuTime()
Returns the current CPU time in seconds.
Definition: Time.h:148
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Timing policy for the measurement of the CPU time.The CpuPolicy class represents the timing policy fo...
Definition: CpuPolicy.h:64