All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WcTimer.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_UTIL_TIMING_WCTIMER_H_
23 #define _BLAZE_UTIL_TIMING_WCTIMER_H_
24 
25 
26 //*************************************************************************************************
27 // Includes
28 //*************************************************************************************************
29 
32 
33 
34 namespace blaze {
35 
36 namespace timing {
37 
38 //=================================================================================================
39 //
40 // TYPE DEFINITION
41 //
42 //=================================================================================================
43 
44 //*************************************************************************************************
54 //*************************************************************************************************
55 
56 } // timing
57 
58 } // blaze
59 
60 #endif