FreeRTOS port on GAP8/RISC-V
|
Public Member Functions | |
void | start () |
auto | getElapsedNanoseconds () const -> uint64_t |
auto | getElapsedMicroseconds () const -> uint64_t |
auto | getElapsedMilliseconds () const -> unsigned int |
auto | getElapsedSeconds () const -> double |
Private Attributes | |
uint64_t | m_nanoseconds |
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 | ( | ) |
|
private |