Searched defs:TimeSample (Results 1 – 10 of 10) sorted by relevance
242 struct TimeSample { struct243 uint64_t raw_ns; // raw kernel time244 uint64_t base_ns; // our estimate of time245 uint64_t base_cycles; // cycle counter reading246 uint64_t nsscaled_per_cycle; // cycle period247 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
177 struct TimeSample { struct178 uint64_t raw_ns = 0; // raw kernel time179 uint64_t base_ns = 0; // our estimate of time180 uint64_t base_cycles = 0; // cycle counter reading181 uint64_t nsscaled_per_cycle = 0; // cycle period182 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
163 struct TimeSample { struct164 uint64_t raw_ns = 0; // raw kernel time165 uint64_t base_ns = 0; // our estimate of time166 uint64_t base_cycles = 0; // cycle counter reading167 uint64_t nsscaled_per_cycle = 0; // cycle period168 uint64_t min_cycles_per_sample = 0; // approx cycles before next sample
201 struct TimeSample struct in __anonc60049ef0111::TracePerfTest203 GLint64 glTime;204 double hostTime;