mirror of
https://github.com/google/benchmark.git
synced 2025-04-13 13:01:54 +08:00
clang-format
This commit is contained in:
parent
d4904fc6e8
commit
e3e22d56d3
@ -24,7 +24,7 @@ double ThreadCPUUsage();
|
||||
// to compute elapsed time, this shouldn't matter.
|
||||
struct QuRTClock {
|
||||
typedef uint64_t rep;
|
||||
typedef std::ratio<1,19200000> period;
|
||||
typedef std::ratio<1, 19200000> period;
|
||||
typedef std::chrono::duration<rep, period> duration;
|
||||
typedef std::chrono::time_point<QuRTClock> time_point;
|
||||
static const bool is_steady = false;
|
||||
|
Loading…
Reference in New Issue
Block a user