Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/time/
Dclock.cc244 struct TimeSample { struct
245 uint64_t raw_ns; // raw kernel time
246 uint64_t base_ns; // our estimate of time
247 uint64_t base_cycles; // cycle counter reading
248 uint64_t nsscaled_per_cycle; // cycle period
249 uint64_t min_cycles_per_sample; // approx cycles before next sample
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dclock.cc164 struct TimeSample { struct
165 uint64_t raw_ns = 0; // raw kernel time
166 uint64_t base_ns = 0; // our estimate of time
167 uint64_t base_cycles = 0; // cycle counter reading
168 uint64_t nsscaled_per_cycle = 0; // cycle period
169 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp145 struct TimeSample struct in __anon35ca33540111::TracePerfTest
147 GLint64 glTime;
148 double hostTime;