Searched refs:getGpuTime (Results 1 – 2 of 2) sorted by relevance
489 ALOGV("gpuTime = %.2f", duration.getGpuTime().count() / 1e6f); in addFrameDuration()627 ALOGV("Average gpu frame time = %.2f", (averageFrameTime.getGpuTime().count()) / 1e6f); in updateSwapInterval()
102 std::chrono::nanoseconds getGpuTime() const { return mGpuTime; } in getGpuTime() function