Generated on Mon Jul 6 18:09:39 2009 for Gecode by doxygen 1.5.9

Gecode::Support::Timer Class Reference
[Support algorithms and datastructures]

Timer More...

#include <timer.hh>

List of all members.

Public Member Functions

void start (void)
 Start timer.
double stop (void)
 Get time since start of timer.


Detailed Description

Timer

This class represents a best-effort at measuring wall-clock time in milliseconds.

Definition at line 60 of file timer.hh.


Member Function Documentation

void Gecode::Support::Timer::start ( void   )  [inline]

Start timer.

Definition at line 69 of file timer.hh.

double Gecode::Support::Timer::stop ( void   )  [inline]

Get time since start of timer.

Definition at line 78 of file timer.hh.


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