comparison base/Profiler.h @ 434:5a13b76cd034

...
author Chris Cannam
date Wed, 02 Jul 2008 13:31:37 +0000
parents 115f60df1e4d
children c811991a5efa
comparison
equal deleted inserted replaced
433:ad4911230a66 434:5a13b76cd034
31 31
32 #include "RealTime.h" 32 #include "RealTime.h"
33 33
34 //#define NO_TIMING 1 34 //#define NO_TIMING 1
35 35
36 #define WANT_TIMING 1 36 //#define WANT_TIMING 1
37 37
38 #ifdef NDEBUG 38 #ifdef NDEBUG
39 #ifndef WANT_TIMING 39 #ifndef WANT_TIMING
40 #define NO_TIMING 1 40 #define NO_TIMING 1
41 #endif 41 #endif