Searched defs:TimeSample (Results 1 – 3 of 3) sorted by relevance
244 struct TimeSample { struct245 uint64_t raw_ns; // raw kernel time246 uint64_t base_ns; // our estimate of time247 uint64_t base_cycles; // cycle counter reading248 uint64_t nsscaled_per_cycle; // cycle period249 uint64_t min_cycles_per_sample; // approx cycles before next sample
164 struct TimeSample { struct165 uint64_t raw_ns = 0; // raw kernel time166 uint64_t base_ns = 0; // our estimate of time167 uint64_t base_cycles = 0; // cycle counter reading168 uint64_t nsscaled_per_cycle = 0; // cycle period169 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
145 struct TimeSample struct in __anon35ca33540111::TracePerfTest147 GLint64 glTime;148 double hostTime;