Update btQuickprof.h

This commit is contained in:
Haydn Trigg
2014-07-26 00:44:15 +09:30
parent d347bca2ba
commit 4a43eab4dd

View File

@@ -52,6 +52,11 @@ public:
/// Returns the time in us since the last call to reset or since /// Returns the time in us since the last call to reset or since
/// the Clock was created. /// the Clock was created.
unsigned long int getTimeMicroseconds(); unsigned long int getTimeMicroseconds();
/// Returns the time in s since the last call to reset or since
/// the Clock was created.
btScalar getTimeSeconds();
private: private:
struct btClockData* m_data; struct btClockData* m_data;
}; };