| changeset 436 | 6d632cb56ea3 | 
| parent 428 | 3544872b38c2 | 
| child 440 | f92099d27236 | 
| 0:b3317fdee5ba | 1:22a12e512a53 | 
|---|---|
1 // -*- c++ -*-  | 
1 // -*- c++ -*-  | 
2 #ifndef HUGO_TIME_MEASURE_H  | 
2 #ifndef HUGO_TIME_MEASURE_H  | 
3 #define HUGO_TIME_MEASURE_H  | 
3 #define HUGO_TIME_MEASURE_H  | 
4  | 
4  | 
5 ///ingroup graphs  | 
5 ///ingroup misc  | 
6 ///\file  | 
6 ///\file  | 
7 ///\brief Tools for measuring cpu usage  | 
7 ///\brief Tools for measuring cpu usage  | 
8  | 
8  | 
9 #include <sys/time.h>  | 
9 #include <sys/time.h>  | 
10 #include <sys/times.h>  | 
10 #include <sys/times.h>  |