Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
jafar::kernel::Chrono Class Reference

This class functions to measure time consumed by your algorithm. More...


Detailed Description

This class functions to measure time consumed by your algorithm.

Definition at line 39 of file timingTools.hpp.

#include <timingTools.hpp>

List of all members.

Public Member Functions

 Chrono ()
 Constructor calls reset().
void reset ()
 reset the reference time.
long elapsed ()
 return the time elapsed since the last reset (in milliseconds)
long elapsedSecond ()
 return the time elapsed since the last reset (in seconds)
long elapsedMicrosecond ()
 return the time elapsed since the last reset (in microseconds)

Private Attributes

boost::posix_time::ptime refTime

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1
LAAS-CNRS