Searched refs:sampling_period (Results 1 – 1 of 1) sorted by relevance
181 static bool close_enough(uint64_t duration, uint64_t sampling_period) in close_enough() argument183 return duration > sampling_period - 100000; in close_enough()