Home | History | Annotate | Download | only in vm

Lines Matching refs:samplePercent

385 static void logContentionEvent(Thread *self, u4 waitMs, u4 samplePercent,
447 cp = logWriteInt(cp, samplePercent);
462 u4 waitThreshold, samplePercent;
486 samplePercent = 100;
488 samplePercent = 100 * waitMs / waitThreshold;
490 if (samplePercent != 0 && ((u4)rand() % 100 < samplePercent)) {
491 logContentionEvent(self, waitMs, samplePercent,