Home | History | Annotate | Download | only in performance

Lines Matching defs:slope

156  * slope of the workload size vs frame time data is estimated. This slope
181 * tests is to look at the slope of the increasing right part. Additionally
411 const float slope = slopeNumerator / slopeDenominator;
412 const float offset = mid.y() - slope*mid.x();
414 return gls::LineParameters(offset, slope);
530 * left.slope = 0, meaning essentially that the initial "flat" part of the
1001 log << TestLog::Message << "Slope of measurements for program " << progNdx << " isn't positive. Can't get sensible result." << TestLog::EndMessage;