Disable profiler
This commit is contained in:
parent
a75ced3fef
commit
9fafe31a37
|
@ -24,7 +24,7 @@ typedef struct {
|
||||||
|
|
||||||
static RootProfiler* root = NULL;
|
static RootProfiler* root = NULL;
|
||||||
|
|
||||||
static char PROFILER_ENABLED = 1;
|
static char PROFILER_ENABLED = 0;
|
||||||
|
|
||||||
void profiler_enable() {
|
void profiler_enable() {
|
||||||
PROFILER_ENABLED = 1;
|
PROFILER_ENABLED = 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user