Home
last modified time | relevance | path

Searched refs:ticks_past (Results 1 – 1 of 1) sorted by relevance

/external/ltp/tools/top-LTP/proc/
Dsysinfo.c264 JT ticks_past; /* avoid div-by-0 by not calling too often :-( */ in five_cpu_numbers() local
272 ticks_past = in five_cpu_numbers()
275 if (ticks_past) { in five_cpu_numbers()
276 scale = 100.0 / (double)ticks_past; in five_cpu_numbers()