Blaze 3.9
CpuTimer.h
Go to the documentation of this file.
1//=================================================================================================
33//=================================================================================================
34
35#ifndef _BLAZE_UTIL_TIMING_CPUTIMER_H_
36#define _BLAZE_UTIL_TIMING_CPUTIMER_H_
37
38
39//*************************************************************************************************
40// Includes
41//*************************************************************************************************
42
45
46
47namespace blaze {
48
49namespace timing {
50
51//=================================================================================================
52//
53// TYPE DEFINITION
54//
55//=================================================================================================
56
57//*************************************************************************************************
66//*************************************************************************************************
67
68} // timing
69
70} // blaze
71
72#endif
CPU timing policy for the Timer class.
Progress timer for time and performance measurements.
Progress timer for time and performance measurements.
Definition: Timer.h:104