Catch::Timer Class Reference

#include <catch.hpp>

Public Member Functions

void start ()
 
auto getElapsedNanoseconds () const -> uint64_t
 
auto getElapsedMicroseconds () const -> uint64_t
 
auto getElapsedMilliseconds () const -> unsigned int
 
auto getElapsedSeconds () const -> double
 

Member Function Documentation

◆ getElapsedMicroseconds()

auto Catch::Timer::getElapsedMicroseconds ( ) const -> uint64_t

◆ getElapsedMilliseconds()

auto Catch::Timer::getElapsedMilliseconds ( ) const -> unsigned int

◆ getElapsedNanoseconds()

auto Catch::Timer::getElapsedNanoseconds ( ) const -> uint64_t

◆ getElapsedSeconds()

auto Catch::Timer::getElapsedSeconds ( ) const -> double

◆ start()

void Catch::Timer::start ( )

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