1 #ifndef GLUCAT_TEST_TIMING_H 2 #define GLUCAT_TEST_TIMING_H 56 #endif // GLUCAT_TEST_TIMING_H static double elapsed(clock_t cpu_time)
Elapsed time in milliseconds.
const double MS_PER_SEC
Timing constant: milliseconds per second.
const int EXTRA_TRIALS
Timing constant: trial expansion factor.
const double MS_PER_CLOCK
Timing constant: milliseconds per clock.