#include "sleep.h"
#include <cerrno>
#include <cstdlib>
#include <ctime>
#include "internal_macros.h"
Go to the source code of this file.
Namespaces | |
benchmark | |
Functions | |
void | benchmark::SleepForMicroseconds (int microseconds) |
void | benchmark::SleepForMilliseconds (int milliseconds) |
void | benchmark::SleepForSeconds (double seconds) |