Home | History | Annotate | Download | only in performance

Lines Matching defs:bestTime

571 		deUint64	bestTime		= 0;
600 if (!bestTime || sectionTimes[sectionNdx] < bestTime)
601 bestTime = sectionTimes[sectionNdx];
604 if (sectionNdx != numSections-1 && (float)sectionTimes[sectionNdx] > 1.5f * bestTime)