Go to the documentation of this file.
38 #ifndef clockTimeImpl_H
39 #define clockTimeImpl_H
41 #include <sys/types.h>
59 struct timeval startTime_;
60 mutable struct timeval lastTime_;
61 mutable struct timeval newTime_;
63 static void getTime(
struct timeval& t);
65 static double timeDifference
67 const struct timeval& start,
68 const struct timeval& end