Home
last modified time | relevance | path

Searched refs:getGpuTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DSwappy.cpp489 ALOGV("gpuTime = %.2f", duration.getGpuTime().count() / 1e6f); in addFrameDuration()
627 ALOGV("Average gpu frame time = %.2f", (averageFrameTime.getGpuTime().count()) / 1e6f); in updateSwapInterval()
DSwappy.h102 std::chrono::nanoseconds getGpuTime() const { return mGpuTime; } in getGpuTime() function