Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dtimeprov.h72 typedef struct TimeSample { struct
84 } TimeSample; argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/
H A Dclock.cc242 struct TimeSample { struct
243 uint64_t raw_ns; // raw kernel time
244 uint64_t base_ns; // our estimate of time
245 uint64_t base_cycles; // cycle counter reading
246 uint64_t nsscaled_per_cycle; // cycle period
247 uint64_t min_cycles_per_sample; // approx cycles before next sample
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/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
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/
H A Dclock.cc177 struct TimeSample { struct
178 uint64_t raw_ns = 0; // raw kernel time
179 uint64_t base_ns = 0; // our estimate of time
180 uint64_t base_cycles = 0; // cycle counter reading
181 uint64_t nsscaled_per_cycle = 0; // cycle period
182 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/
H A 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/
H A 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
/aosp_15_r20/external/abseil-cpp/absl/time/
H A Dclock.cc177 struct TimeSample { struct
178 uint64_t raw_ns = 0; // raw kernel time
179 uint64_t base_ns = 0; // our estimate of time
180 uint64_t base_cycles = 0; // cycle counter reading
181 uint64_t nsscaled_per_cycle = 0; // cycle period
182 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/
H A Dclock.cc177 struct TimeSample { struct
178 uint64_t raw_ns = 0; // raw kernel time
179 uint64_t base_ns = 0; // our estimate of time
180 uint64_t base_cycles = 0; // cycle counter reading
181 uint64_t nsscaled_per_cycle = 0; // cycle period
182 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DTracePerfTest.cpp199 struct TimeSample struct in __anon2861a1d10111::TracePerfTest
201 GLint64 glTime;
202 double hostTime;