mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-29 16:09:30 +00:00
Changed time function name to reflect that it actually returns Microseconds as reported in #323
This commit is contained in:
parent
ee5e7ed2c9
commit
fcf5ef0db6
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue