#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 |
Catch::Timer::Timer | ( | ) | [inline] |
unsigned int Catch::Timer::getElapsedMicroseconds | ( | ) | const |
unsigned int Catch::Timer::getElapsedMilliseconds | ( | ) | const |
double Catch::Timer::getElapsedSeconds | ( | ) | const |
void Catch::Timer::start | ( | ) |
uint64_t Catch::Timer::m_ticks [private] |