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
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_UTIL_TIMING_CPUTIMER_H_
23
#define _BLAZE_UTIL_TIMING_CPUTIMER_H_
24
25
26
//*************************************************************************************************
27
// Includes
28
//*************************************************************************************************
29
30
#include <
blaze/util/timing/CpuPolicy.h
>
31
#include <
blaze/util/timing/Timer.h
>
32
33
34
namespace
blaze {
35
36
namespace
timing {
37
38
//=================================================================================================
39
//
40
// TYPE DEFINITION
41
//
42
//=================================================================================================
43
44
//*************************************************************************************************
52
typedef
Timer<CpuPolicy>
CpuTimer
;
53
//*************************************************************************************************
54
55
}
// timing
56
57
}
// blaze
58
59
#endif
Generated on Sun Jul 28 2013 17:06:08 by
1.8.3.1