Go to the documentation of this file.
22 #ifndef TIMEMEASUREMENT_H_
23 #define TIMEMEASUREMENT_H_
27 #include <sys/types.h>
53 void getTime(
struct timespec &diff)
const;
58 static std::ostream&
format(std::ostream &stream,
const double value);
61 struct timespec _start;