Searched defs:WorkloadRecord (Results 1 – 2 of 2) sorted by relevance
274 struct WorkloadRecord struct in deqp::gles2::Performance::__anon8dd3bd2c0111::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()
274 struct WorkloadRecord struct in deqp::gles3::Performance::__anon4d24452e0111::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()