Generated on Wed Nov 1 15:04:52 2006 for Gecode by doxygen 1.4.5

Timer Class Reference

#include <timer.hh>

List of all members.


Detailed Description

Timer interface used for examples.

Definition at line 39 of file timer.hh.

Public Member Functions

void start (void)
double stop (void)

Related Functions

(Note that these are not member functions.)

double am (double t[], int n)
 Compute arithmetic mean of n elements in t.
double dev (double t[], int n)
 Compute deviation of n elements in t.


Member Function Documentation

void Timer::start void   )  [inline]
 

Definition at line 48 of file timer.hh.

double Timer::stop void   )  [inline]
 

Definition at line 52 of file timer.hh.


Friends And Related Function Documentation

double am double  t[],
int  n
[related]
 

Compute arithmetic mean of n elements in t.

Definition at line 25 of file timer.cc.

double dev double  t[],
int  n
[related]
 

Compute deviation of n elements in t.

Definition at line 35 of file timer.cc.


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