Public Member Functions | Private Attributes | List of all members
Catch::Timer Class Reference

#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
 

Detailed Description

Definition at line 2055 of file catch.hpp.

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

Member Data Documentation

uint64_t Catch::Timer::m_nanoseconds = 0
private

Definition at line 2056 of file catch.hpp.


The documentation for this class was generated from the following file:


catch_ros
Author(s): Max Schwarz
autogenerated on Sat Jun 8 2019 17:59:58