Searched refs:dif_stime (Results 1 – 1 of 1) sorted by relevance
397 u64 min_stime, max_stime, dif_stime; in read_clocks() local441 dif_stime = max_stime - min_stime; in read_clocks()442 if ( dif_stime > maxdif_stime ) in read_clocks()443 maxdif_stime = dif_stime; in read_clocks()444 sumdif_stime += dif_stime; in read_clocks()452 maxdif_stime, sumdif_stime/count, count, dif_stime); in read_clocks()
Completed in 6 milliseconds