Home | History | Annotate | Download | only in performance

Lines Matching refs:bestTime

552 		deUint64	bestTime		= 0;
581 if (!bestTime || sectionTimes[sectionNdx] < bestTime)
582 bestTime = sectionTimes[sectionNdx];
585 if (sectionNdx != numSections-1 && (float)sectionTimes[sectionNdx] > 1.5f * (float)bestTime)