WcTimer.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_UTIL_TIMING_WCTIMER_H_
36 #define _BLAZE_UTIL_TIMING_WCTIMER_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
45 
46 
47 namespace blaze {
48 
49 namespace timing {
50 
51 //=================================================================================================
52 //
53 // TYPE DEFINITION
54 //
55 //=================================================================================================
56 
57 //*************************************************************************************************
67 //*************************************************************************************************
68 
69 } // timing
70 
71 } // blaze
72 
73 #endif
Progress timer for time and performance measurements.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Wall clock timing policy for the Timer class.
Progress timer for time and performance measurements.The Timer class offers timing & benchmarking fun...
Definition: Timer.h:103