trigger profiling in ofxProfiler.h

This commit is contained in:
themancalledjakob 2020-05-21 13:13:46 +02:00
parent 0a1f16940f
commit cdcb90aee3

View file

@ -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__)