From cdcb90aee3783c44f81575db97800c23bba6e129 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 21 May 2020 13:13:46 +0200 Subject: [PATCH] trigger profiling in ofxProfiler.h --- src/ofxProfiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__)