X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Ftimes.h;h=cc792bde54bb9daef34ecd479df60c2ec391899a;hb=063f2146c7a68cf4ba74d2fd91dbc6c92e9210ed;hp=90aac75325bd6580380e027615a3b70a9a52b90c;hpb=db5765dc91202851739e196ba11bfccb0b3fe7bc;p=ginac.git diff --git a/check/times.h b/check/times.h index 90aac753..cc792bde 100644 --- a/check/times.h +++ b/check/times.h @@ -37,15 +37,15 @@ using namespace GiNaC; class timer { public: - timer(); - void start(void); - void stop(void); - void reset(void); - double read(void); - bool running(void); + timer(); + void start(void); + void stop(void); + void reset(void); + double read(void); + bool running(void); private: - bool on; - struct rusage used1, used2; + bool on; + struct rusage used1, used2; }; // prototypes for all individual timings should be unsigned fcn():