CustusX  18.04-rc6
An IGT application
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Catch::Timer Class Reference

#include <catch.hpp>

Public Member Functions

 Timer ()
 
void start ()
 
unsigned int getElapsedNanoseconds () const
 
unsigned int getElapsedMilliseconds () const
 
double getElapsedSeconds () const
 

Detailed Description

Definition at line 2933 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Timer::Timer ( )
inline

Definition at line 2935 of file catch.hpp.

Member Function Documentation

unsigned int Catch::Timer::getElapsedMilliseconds ( ) const
unsigned int Catch::Timer::getElapsedNanoseconds ( ) const
double Catch::Timer::getElapsedSeconds ( ) const
void Catch::Timer::start ( )

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