glucat 0.13.0
timing.h File Reference

Go to the source code of this file.

Namespaces

namespace  glucat
 
namespace  glucat::timing
 

Functions

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

Variables

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