Searched refs:gpuAvg (Results 1 – 8 of 8) sorted by relevance
167 auto gpuAvg = _gpuTimingInfo.getAverage(); in callJsDrawCallback() local170 auto total = jsAvg + gpuAvg; in callJsDrawCallback()174 stream << "js: " << jsAvg << "ms gpu: " << gpuAvg << "ms " << " total: " << total << "ms"; in callJsDrawCallback()
169 auto gpuAvg = _gpuTimingInfo.getAverage(); in callJsDrawCallback() local172 auto total = jsAvg + gpuAvg; in callJsDrawCallback()176 stream << "js: " << jsAvg << "ms gpu: " << gpuAvg << "ms " in callJsDrawCallback()