Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dutils.c183 long half_total; in percentages() local
209 half_total = total_change / 2l; in percentages()
213 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change); in percentages()