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