glucat  0.8.2
Namespaces | Functions | Variables
timing.h File Reference

Go to the source code of this file.

Namespaces

 glucat
 
 glucat::timing
 

Functions

static double glucat::timing::elapsed (clock_t cpu_time)
 Elapsed time in milliseconds. More...
 

Variables

const double glucat::timing::MS_PER_SEC = 1000.0
 Timing constant: milliseconds per second. More...
 
const double glucat::timing::MS_PER_CLOCK = MS_PER_SEC / double(CLOCKS_PER_SEC)
 Timing constant: milliseconds per clock. More...
 
const int glucat::timing::EXTRA_TRIALS = 2
 Timing constant: trial expansion factor. More...