diff --git a/src/ofxProfiler.h b/src/ofxProfiler.h index ce41fc6..848da8f 100644 --- a/src/ofxProfiler.h +++ b/src/ofxProfiler.h @@ -155,9 +155,9 @@ namespace ofxProfiler { }; } -//#define OFX_PROFILER 0 +#define OFX_PROFILER 1 #if OFX_PROFILER - // Resolve which function signature macro will be used. Note that this only + // Resolve which function signature macro will HZ_PROFILE_BEGIN_SESSIONbe used. Note that this only // is resolved when the (pre)compiler starts, so the syntax highlighting // could mark the wrong one in your editor! #if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600)) || defined(__ghs__)