Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Timer Class Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::Timer:

Public Member Functions

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

Detailed Description

Definition at line 2894 of file catch.hpp.

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: