Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_util.c196 clock_t ctemp; in cpu_util() local
210 ctemp = clock(); in cpu_util()
221 pcpu[0] = (((ctemp - clast) * 1000000.0 / CLOCKS_PER_SEC) / timediff) * 100; in cpu_util()