changeset 491 | 4804c967543d |
parent 458 | 2df1fee6c866 |
child 492 | d649b43e2dc0 |
3:4e932bb9bac3 | 4:c402f429290f |
---|---|
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 misc |
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> |