From 4a43eab4dd9c22a45c2390f03afffa055b30f3ef Mon Sep 17 00:00:00 2001 From: Haydn Trigg Date: Sat, 26 Jul 2014 00:44:15 +0930 Subject: [PATCH] Update btQuickprof.h --- src/LinearMath/btQuickprof.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/LinearMath/btQuickprof.h b/src/LinearMath/btQuickprof.h index 93f3f4a60..362f62d6d 100644 --- a/src/LinearMath/btQuickprof.h +++ b/src/LinearMath/btQuickprof.h @@ -52,6 +52,11 @@ public: /// Returns the time in us since the last call to reset or since /// the Clock was created. unsigned long int getTimeMicroseconds(); + + /// Returns the time in s since the last call to reset or since + /// the Clock was created. + btScalar getTimeSeconds(); + private: struct btClockData* m_data; };