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 2891 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 2892 of file catch.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:35