Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
util
timing
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
43
#include <
blaze/util/timing/CpuPolicy.h
>
44
#include <
blaze/util/timing/Timer.h
>
45
46
47
namespace
blaze {
48
49
namespace
timing {
50
51
//=================================================================================================
52
//
53
// TYPE DEFINITION
54
//
55
//=================================================================================================
56
57
//*************************************************************************************************
65
typedef
Timer<CpuPolicy>
CpuTimer
;
66
//*************************************************************************************************
67
68
}
// timing
69
70
}
// blaze
71
72
#endif
CpuPolicy.h
CPU timing policy for the Timer class.
Timer.h
Progress timer for time and performance measurements.
blaze::timing::CpuTimer
Timer< CpuPolicy > CpuTimer
Progress timer for CPU time measurements.The CpuTimer combines the Timer class template with the CpuP...
Definition:
CpuTimer.h:65
blaze::timing::Timer
Progress timer for time and performance measurements.The Timer class offers timing & benchmarking fun...
Definition:
Timer.h:103
Generated on Sun Jan 5 2014 09:03:30 by
1.8.5