Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/IntrospectiveTests/
DInternalBenchmark.tests.cpp12 struct manual_clock { struct
14 using duration = std::chrono::nanoseconds;
15 using time_point = std::chrono::time_point<manual_clock, duration>;
16 using rep = duration::rep;
17 using period = duration::period;
18 enum { is_steady = true };
20 static time_point now() { in now()
24 static void advance(int ticks = 1) { in advance()
29 static rep& tick() { in tick()