Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp310 struct WorkloadRecord struct in deqp::gles3::Performance::__anond3a910f80111::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()
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp310 struct WorkloadRecord struct in deqp::gles2::Performance::__anon145888f60111::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()