FreeRTOS port on GAP8/RISC-V
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Catch::Timer Class Reference

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
 

Member Function Documentation

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 ( )

Field Documentation

uint64_t Catch::Timer::m_nanoseconds
private