HomeSort by relevance Sort by last modified time
    Searched refs:btClock (Results 1 - 8 of 8) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.h 34 ///The btClock is a portable basic clock that measures accurate time in seconds, use for profiling.
35 class btClock
38 btClock();
40 btClock(const btClock& other);
41 btClock& operator=(const btClock& other);
43 ~btClock();
49 /// the btClock was created.
btQuickprof.cpp 21 static btClock gProfileClock;
80 ///The btClock is a portable basic clock that measures accurate time in seconds, use for profiling.
81 btClock::btClock()
90 btClock::~btClock()
95 btClock::btClock(const btClock& other)
101 btClock& btClock::operator=(const btClock& other
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvtBroadphase.h 91 btClock m_clock;
btDbvtBroadphase.cpp 31 __forceinline ProfileScope(btClock& clock,unsigned long& value) :
39 btClock* m_clock;
702 static void OutputTime(const char* name,btClock& c,unsigned count=0)
724 btClock wallclock;
btDbvt.cpp 872 btClock wallclock;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactBvh.cpp 28 btClock g_tree_clock;
btGImpactQuantizedBvh.cpp 28 btClock g_q_tree_clock;
btGImpactCollisionAlgorithm.cpp 68 btClock g_triangle_clock;

Completed in 115 milliseconds