Searched defs:WorkloadRecord (Results 1 – 2 of 2) sorted by relevance
310 struct WorkloadRecord struct in deqp::gles3::Performance::__anond3a910f80111::OperatorPerformanceCase312 int workloadSize;313 vector<float> frameTimes; //!< In microseconds.315 WorkloadRecord(int workloadSize_) : workloadSize(workloadSize_) in WorkloadRecord() argument318 bool operator<(const WorkloadRecord &other) const in operator <()322 void addFrameTime(float time) in addFrameTime()326 float getMedianTime(void) const in getMedianTime()
310 struct WorkloadRecord struct in deqp::gles2::Performance::__anon145888f60111::OperatorPerformanceCase312 int workloadSize;313 vector<float> frameTimes; //!< In microseconds.315 WorkloadRecord(int workloadSize_) : workloadSize(workloadSize_) in WorkloadRecord() function318 bool operator<(const WorkloadRecord &other) const in operator <()322 void addFrameTime(float time) in addFrameTime()326 float getMedianTime(void) const in getMedianTime()