blob: 95909b124c2bffea852c5b9a92bccda3edac2493 [file] [log] [blame]
#ifndef SPEEDTEST_UTILS_H
#define SPEEDTEST_UTILS_H
namespace speedtest {
// Return relative time in microseconds
// This isn't convertible to an absolute date and time
long SystemTimeMicros();
} // namespace speedtst
#endif // SPEEDTEST_UTILS_H