Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp257 int64_t totalGPUDrawTime = frame.gpuDrawTime(); in finishFrame() local
258 if (totalGPUDrawTime >= 0) { in finishFrame()
259 mData->reportGPUFrame(totalGPUDrawTime); in finishFrame()
260 (*mGlobalData)->reportGPUFrame(totalGPUDrawTime); in finishFrame()