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

/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c60 #define PERCSAMP(x) ((x) * 100 / totalsamples)
110 static float totalsamples; variable
314 if (totalsamples == 0)
318 thi = th * totalsamples / 100;
757 totalsamples++;

Completed in 35 milliseconds