Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-benchmark/src/
H A Dtimers.h25 struct QuRTClock { struct
29 typedef std::chrono::time_point<QuRTClock> time_point; argument
30 static const bool is_steady = false;
32 static time_point now() { in now()