Searched defs:WorkloadRecord (Results 1 – 2 of 2) sorted by relevance
274 struct WorkloadRecord struct in deqp::gles2::Performance::__anona8c3c8290111::OperatorPerformanceCase276 int workloadSize;277 vector<float> frameTimes; //!< In microseconds.279 WorkloadRecord (int workloadSize_) : workloadSize(workloadSize_) {} in WorkloadRecord() argument280 …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()
274 struct WorkloadRecord struct in deqp::gles3::Performance::__anon6814502b0111::OperatorPerformanceCase276 int workloadSize;277 vector<float> frameTimes; //!< In microseconds.279 WorkloadRecord (int workloadSize_) : workloadSize(workloadSize_) {} in WorkloadRecord() function280 …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()