Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h53 int32_t totalSFUnattributed = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp87 StringAppendF(&result, "sfUnattributedJankyFrames = %d\n", totalSFUnattributed); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp121 globalSlice.second.jankPayload.totalSFUnattributed); in populateGlobalAtom()
224 atom->set_total_janky_frames_sf_unattributed(layer->jankPayload.totalSFUnattributed); in populateLayerAtom()
786 t.jankPayload.totalSFUnattributed++; in updateJankPayload()