Home
last modified time | relevance | path

Searched refs:btClock (Results 1 – 8 of 8) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuickprof.cpp21 static btClock gProfileClock;
81 btClock::btClock() in btClock() function in btClock
90 btClock::~btClock() in ~btClock()
95 btClock::btClock(const btClock& other) in btClock() function in btClock
101 btClock& btClock::operator=(const btClock& other) in operator =()
109 void btClock::reset() in reset()
131 unsigned long int btClock::getTimeMilliseconds() in getTimeMilliseconds()
187 unsigned long int btClock::getTimeMicroseconds() in getTimeMicroseconds()
247 btScalar btClock::getTimeSeconds() in getTimeSeconds()
DbtQuickprof.h35 class btClock
38 btClock();
40 btClock(const btClock& other);
41 btClock& operator=(const btClock& other);
43 ~btClock();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
DbtDbvtBroadphase.cpp31 __forceinline ProfileScope(btClock& clock,unsigned long& value) : in ProfileScope()
39 btClock* m_clock;
702 static void OutputTime(const char* name,btClock& c,unsigned count=0) in OutputTime()
724 btClock wallclock; in benchmark()
DbtDbvtBroadphase.h91 btClock m_clock;
DbtDbvt.cpp872 btClock wallclock; in benchmark()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
DbtGImpactBvh.cpp28 btClock g_tree_clock;
DbtGImpactQuantizedBvh.cpp28 btClock g_q_tree_clock;
DbtGImpactCollisionAlgorithm.cpp68 btClock g_triangle_clock;