OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | List of all members
opengm::Timer Class Reference

Platform-independent runtime measurements. More...

#include <timer.hxx>

+ Collaboration diagram for opengm::Timer:

Public Member Functions

 Timer ()
 
double elapsedTime () const
 
void tic ()
 
void toc ()
 
void reset ()
 

Detailed Description

Platform-independent runtime measurements.

Definition at line 29 of file timer.hxx.

Constructor & Destructor Documentation

opengm::Timer::Timer ( )
inline

Definition at line 77 of file timer.hxx.

+ Here is the call graph for this function:

Member Function Documentation

double opengm::Timer::elapsedTime ( ) const
inline

Definition at line 130 of file timer.hxx.

+ Here is the caller graph for this function:

void opengm::Timer::reset ( )
inline

Definition at line 124 of file timer.hxx.

+ Here is the caller graph for this function:

void opengm::Timer::tic ( )
inline

Definition at line 96 of file timer.hxx.

+ Here is the caller graph for this function:

void opengm::Timer::toc ( )
inline

Definition at line 109 of file timer.hxx.

+ Here is the caller graph for this function: