forked from catchorg/Catch2
Changed time function name to reflect that it actually returns Microseconds as reported in #323
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Catch {
|
||||
public:
|
||||
Timer() : m_ticks( 0 ) {}
|
||||
void start();
|
||||
unsigned int getElapsedNanoseconds() const;
|
||||
unsigned int getElapsedMicroseconds() const;
|
||||
unsigned int getElapsedMilliseconds() const;
|
||||
double getElapsedSeconds() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user