CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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 1778 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Timer::Timer ( )
inline

Definition at line 1780 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: