Update btQuickprof.h
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user