Home
last modified time | relevance | path

Searched defs:WorkloadRecord (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp274 struct WorkloadRecord struct in deqp::gles2::Performance::__anona8c3c8290111::OperatorPerformanceCase
276 int workloadSize;
277 vector<float> frameTimes; //!< In microseconds.
279 WorkloadRecord (int workloadSize_) : workloadSize(workloadSize_) {} in WorkloadRecord() argument
280 …operator< (const WorkloadRecord& other) const { return this->workloadSize < other.workloadSize; } in operator <()
281 void addFrameTime (float time) { frameTimes.push_back(time); } in addFrameTime()
282 float getMedianTime (void) const in getMedianTime()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp274 struct WorkloadRecord struct in deqp::gles3::Performance::__anon6814502b0111::OperatorPerformanceCase
276 int workloadSize;
277 vector<float> frameTimes; //!< In microseconds.
279 WorkloadRecord (int workloadSize_) : workloadSize(workloadSize_) {} in WorkloadRecord() function
280 …operator< (const WorkloadRecord& other) const { return this->workloadSize < other.workloadSize; } in operator <()
281 void addFrameTime (float time) { frameTimes.push_back(time); } in addFrameTime()
282 float getMedianTime (void) const in getMedianTime()