Home | History | Annotate | Download | only in performance

Lines Matching refs:m_calibrator

95 	gls::TheilSenCalibrator		m_calibrator;
111 , m_calibrator ()
237 const gls::MeasureState& measureState = m_calibrator.getMeasureState();
254 //for (int i = 0; i < m_calibrator.measureState.numFrames; i++)
255 // m_log << TestLog::Message << "Frame " << i+1 << " duration: \t" << m_calibrator.measureState.frameTimes[i] << " us."<< TestLog::EndMessage;
286 gls::logCalibrationInfo(log, m_calibrator); // Log calibration details
340 gls::TheilSenCalibrator::State state = m_calibrator.getState();
344 int numCalls = m_calibrator.getCallCount();
355 m_calibrator.recordIteration(duration);
359 m_calibrator.recomputeParameters();
434 if (m_lastIterationRender && (m_calibrator.getState() == gls::TheilSenCalibrator::STATE_MEASURE))
437 m_calibrator.recordIteration(curTime - m_renderStart);
440 gls::TheilSenCalibrator::State state = m_calibrator.getState();
445 int numCalls = m_calibrator.getCallCount();
457 m_calibrator.recomputeParameters();