Searched refs:totalsamples (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/pmcannotate/
H A Dpmcannotate.c61 #define PERCSAMP(x) ((x) * 100 / totalsamples)
111 static float totalsamples; variable
313 if (totalsamples == 0)
317 thi = th * totalsamples / 100;
763 totalsamples++;

Completed in 119 milliseconds