disable CProfileManager, might reduce some multi-threading conflicts

This commit is contained in:
erwin coumans
2016-07-19 15:55:52 -07:00
parent 2302709e2d
commit 25a1714754
4 changed files with 27 additions and 18 deletions

View File

@@ -15,11 +15,8 @@
#include "btQuickprof.h"
#ifndef BT_NO_PROFILE
static btClock gProfileClock;
#ifdef __CELLOS_LV2__
#include <sys/sys_time.h>
@@ -250,6 +247,10 @@ btScalar btClock::getTimeSeconds()
return btScalar(getTimeMicroseconds()) * microseconds_to_seconds;
}
#ifndef BT_NO_PROFILE
static btClock gProfileClock;
inline void Profile_Get_Ticks(unsigned long int * ticks)
@@ -265,7 +266,6 @@ inline float Profile_Get_Tick_Rate(void)
}
/***************************************************************************************************
**
** CProfileNode