Searched refs:totalTimesWithoutDraw (Results 1 – 2 of 2) sorted by relevance
1844 vector<deInt64> totalTimesWithoutDraw; in goodEnoughMeasurements() local1846 totalTimesWithoutDraw.push_back(measurements[i].totalTimeWithoutDraw()); in goodEnoughMeasurements()1847 …return vectorFloatRelativeMedianAbsoluteDeviation(vectorLowestPercentage(totalTimesWithoutDraw, 0.… in goodEnoughMeasurements()1988 vector<deInt64> totalTimesWithoutDraw; in iterate() local2024 totalTimesWithoutDraw.push_back (timeWithoutDraw); in iterate()2043 …64> rangeTotalTimes = isEntireRange ? totalTimesWithoutDraw : vectorLowestPercentage(totalTime… in iterate()2120 float result = vectorFloatFirstQuartile(totalTimesWithoutDraw) / 1000.0f; in iterate()
1864 vector<deInt64> totalTimesWithoutDraw; in goodEnoughMeasurements() local1866 totalTimesWithoutDraw.push_back(measurements[i].totalTimeWithoutDraw()); in goodEnoughMeasurements()1867 …return vectorFloatRelativeMedianAbsoluteDeviation(vectorLowestPercentage(totalTimesWithoutDraw, 0.… in goodEnoughMeasurements()2008 vector<deInt64> totalTimesWithoutDraw; in iterate() local2044 totalTimesWithoutDraw.push_back (timeWithoutDraw); in iterate()2063 …64> rangeTotalTimes = isEntireRange ? totalTimesWithoutDraw : vectorLowestPercentage(totalTime… in iterate()2140 float result = vectorFloatFirstQuartile(totalTimesWithoutDraw) / 1000.0f; in iterate()