1 #ifndef CHRONOMETER_HPP
2 #define CHRONOMETER_HPP
15 const char * what(){
return _what;}
17 static char _what[50];
23 long int getNanoSec(
void);
24 double getMilliSec(
void);
25 long int getMicroSec(
void);
26 timespec getTimespec(
void);
32 #endif // CHRONOMETER_HPP
Definition: Chronometer.hpp:12
Definition: Chronometer.hpp:9