Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DJankTracker.cpp249 int64_t totalGPUDrawTime = frame.gpuDrawTime(); in finishFrame() local
250 if (totalGPUDrawTime >= 0) { in finishFrame()
251 mData->reportGPUFrame(totalGPUDrawTime); in finishFrame()
252 (*mGlobalData)->reportGPUFrame(totalGPUDrawTime); in finishFrame()