glucat
0.8.4
|
Functions | |
static double | elapsed (clock_t cpu_time) |
Elapsed time in milliseconds. More... | |
Variables | |
const double | MS_PER_SEC = 1000.0 |
Timing constant: milliseconds per second. More... | |
const double | MS_PER_CLOCK = MS_PER_SEC / double(CLOCKS_PER_SEC) |
Timing constant: milliseconds per clock. More... | |
const int | EXTRA_TRIALS = 2 |
Timing constant: trial expansion factor. More... | |
|
inlinestatic |
const int glucat::timing::EXTRA_TRIALS = 2 |
const double glucat::timing::MS_PER_CLOCK = MS_PER_SEC / double(CLOCKS_PER_SEC) |