Go to the source code of this file.
Namespaces | |
benchmark | |
Functions | |
void | benchmark::SleepForMilliseconds (int milliseconds) |
void | benchmark::SleepForSeconds (double seconds) |
Variables | |
const int | benchmark::kNumMicrosPerMilli = 1000 |
const int | benchmark::kNumMicrosPerSecond = kNumMillisPerSecond * 1000 |
const int | benchmark::kNumMillisPerSecond = 1000 |
const int | benchmark::kNumNanosPerMicro = 1000 |
const int | benchmark::kNumNanosPerSecond = kNumNanosPerMicro * kNumMicrosPerSecond |