Home | History | Annotate | Download | only in performance

Lines Matching refs:times

154  * This class draws multiple times with different workload sizes (set
284 vector<float> times = frameTimes;
285 std::sort(times.begin(), times.end());
286 return times.size() % 2 == 0 ?
287 (times[times.size()/2-1] + times[times.size()/2])*0.5f :
288 times[times.size()/2];
881 TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve low-enough draw times");
889 TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough to achieve low-enough draw times");
960 // Sample list of individual frame times.
962 log << TestLog::SampleList("Program" + progNdxStr + "IndividualFrameTimes", "Individual frame times")
973 // Sample list of median frame times.
975 log << TestLog::SampleList("Program" + progNdxStr + "MedianFrameTimes", "Median frame times")