Searched refs:dif_stime (Results 1 – 1 of 1) sorted by relevance
374 u64 min_stime, max_stime, dif_stime; in read_clocks() local418 dif_stime = max_stime - min_stime; in read_clocks()419 if ( dif_stime > maxdif_stime ) in read_clocks()420 maxdif_stime = dif_stime; in read_clocks()421 sumdif_stime += dif_stime; in read_clocks()429 maxdif_stime, sumdif_stime/count, count, dif_stime); in read_clocks()
Completed in 3 milliseconds