Home | History | Annotate | Download | only in performance

Lines Matching full:totaltime

618 		deInt64 totalTime (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime; }
2448 totalTimes.push_back(measurements[i].totalTime());
2563 totalTimes.push_back (measurements[ndx].totalTime());
2568 "ms", QP_KEY_TAG_TIME, measurements[ndx].totalTime()/1000.0f);
2584 #define LOG_TIME_STAT(NAME, DESC, FUNC) log << TestLog::Float(statNamePrefix + "TotalTime" + (NAME), (DESC) + string(" of total time"), "ms", QP_KEY_TAG_TIME, (FUNC)(rangeTimes)/1000.0f)
2585 #define LOG_RELATIVE_STAT(NAME, DESC, FUNC) log << TestLog::Float(statNamePrefix + "TotalTime" + (NAME), (DESC) + string(" of total time"), "", QP_KEY_TAG_NONE, (FUNC)(rangeTimes))