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

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

Completed in 52 milliseconds