trigger profiling in ofxProfiler.h
This commit is contained in:
parent
0a1f16940f
commit
cdcb90aee3
1 changed files with 2 additions and 2 deletions
|
@ -155,9 +155,9 @@ namespace ofxProfiler {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
//#define OFX_PROFILER 0
|
#define OFX_PROFILER 1
|
||||||
#if OFX_PROFILER
|
#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
|
// is resolved when the (pre)compiler starts, so the syntax highlighting
|
||||||
// could mark the wrong one in your editor!
|
// could mark the wrong one in your editor!
|
||||||
#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600)) || defined(__ghs__)
|
#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600)) || defined(__ghs__)
|
||||||
|
|
Loading…
Reference in a new issue