#include <catch.hpp>
Public Member Functions | |
unsigned int | getElapsedMicroseconds () const |
unsigned int | getElapsedMilliseconds () const |
double | getElapsedSeconds () const |
void | start () |
Timer () | |
Private Attributes | |
uint64_t | m_ticks |
unsigned int Catch::Timer::getElapsedMicroseconds | ( | ) | const |
unsigned int Catch::Timer::getElapsedMilliseconds | ( | ) | const |
double Catch::Timer::getElapsedSeconds | ( | ) | const |
void Catch::Timer::start | ( | ) |