Searched defs:btClock (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtQuickprof.cpp21 static btClock gProfileClock;
80 ///The btClock is a portable basic clock that measures accurate time in seconds, use for profiling.
81 btClock::btClock() function in class:btClock
90 btClock::~btClock()
95 btClock::btClock(const btClock& other) function in class:btClock
101 btClock
[all...]
H A DbtQuickprof.h34 ///The btClock is a portable basic clock that measures accurate time in seconds, use for profiling.
35 class btClock class
38 btClock();
40 btClock(const btClock& other);
41 btClock& operator=(const btClock& other);
43 ~btClock();
49 /// the btClock was created.

Completed in 81 milliseconds