Definition in file timetst.c.
Go to the source code of this file.
Defines | |
#define | REPS 1000000 |
#define | TV_SUBTRACT(t2, t1) |
Functions | |
int | main (void) |
|
Definition at line 26 of file timetst.c. Referenced by main(). |
|
Value: (double)(t2).tv_sec + (t2).tv_usec / 1000000.0 -\ ((double)(t1).tv_sec + (t1).tv_usec / 1000000.0) Definition at line 27 of file timetst.c. Referenced by main(). |
|
Definition at line 31 of file timetst.c. References clock(), EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, exit(), getpid(), gettimeofday(), REPS, sleep(), timestart(), timestop(), and TV_SUBTRACT. |