Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp310 struct WorkloadRecord struct in deqp::gles2::Performance::__anon30dc0d940111::OperatorPerformanceCase
312 int workloadSize;
313 vector<float> frameTimes; //!< In microseconds.
315 WorkloadRecord(int workloadSize_) : workloadSize(workloadSize_) in WorkloadRecord() argument
318 bool operator<(const WorkloadRecord &other) const in operator <()
322 void addFrameTime(float time) in addFrameTime()
326 float getMedianTime(void) const in getMedianTime()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp310 struct WorkloadRecord struct in deqp::gles3::Performance::__anonf02c95960111::OperatorPerformanceCase
312 int workloadSize;
313 vector<float> frameTimes; //!< In microseconds.
315 WorkloadRecord(int workloadSize_) : workloadSize(workloadSize_) in WorkloadRecord() function
318 bool operator<(const WorkloadRecord &other) const in operator <()
322 void addFrameTime(float time) in addFrameTime()
326 float getMedianTime(void) const in getMedianTime()