|  | 
| 
 Classes | 
| class | TimeStamp | 
|  | A class to store (cpu)time instances.  More... 
 | 
| class | Timer | 
|  | Class for measuring the cpu time and real time usage of the process.  More... 
 | 
| class | TimeReport | 
|  | Same as Timer but prints a report on destruction.  More... 
 | 
| class | NoTimeReport | 
|  | 'Do nothing' version of TimeReport  More... 
 | 
| 
 Namespaces | 
| namespace | lemon | 
|  | The namespace of LEMON. 
 | 
| 
 Functions | 
| template<class F > | 
| TimeStamp | runningTimeTest (F f, double min_time=10, unsigned int *num=NULL, TimeStamp *full_time=NULL) | 
|  | Tool to measure the running time more exactly. 
 |