Generated on Tue Dec 16 12:50:12 2008 for BIU-2.2.0 by doxygen 1.5.1

biu::Timer Class Reference

#include <Timer.hh>


Detailed Description

Timer class to measure runtime in miliseconds.

Author:
Martin Mann <mmann@informatik.uni-freiburg.de>

Definition at line 12 of file Timer.hh.

Public Member Functions

void start (void)
double stop (void)

Private Attributes

clock_t t0


Member Function Documentation

void biu::Timer::start ( void   )  [inline]

Sets starting time.

Definition at line 18 of file Timer.hh.

double biu::Timer::stop ( void   )  [inline]

Returns time consumption in miliseconds until now from last start() call on.

Definition at line 23 of file Timer.hh.


Field Documentation

clock_t biu::Timer::t0 [private]

starting time

Definition at line 15 of file Timer.hh.


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