Timer Class Reference
#include <timer.hh>
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
Friends And Related Function Documentation
| double am | ( | double | t[], | |
| int | n | |||
| ) | [related] |
| double dev | ( | double | t[], | |
| int | n | |||
| ) | [related] |
The documentation for this class was generated from the following file:
- examples/timer.hh (Revision: 3188)
