Home
last modified time | relevance | path

Searched defs:counting_clock (Results 1 – 1 of 1) sorted by relevance

/external/catch2/projects/SelfTest/IntrospectiveTests/
DInternalBenchmark.tests.cpp35 struct counting_clock { struct
37 using duration = std::chrono::nanoseconds;
38 using time_point = std::chrono::time_point<counting_clock, duration>;
39 using rep = duration::rep;
40 using period = duration::period;
41 enum { is_steady = true };
43 static time_point now() { in now()
48 static void set_rate(rep new_rate) { rate() = new_rate; } in set_rate()
51 static rep& rate() { in rate()