Go to the documentation of this file.
44 #include <sys/times.h>
61 struct tms startTime_;
62 mutable struct tms lastTime_;
63 mutable struct tms newTime_;
65 static void getTime(
struct tms& t);
67 static double timeDifference
69 const struct tms& start,