disable CProfileManager, might reduce some multi-threading conflicts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user