Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h50 int32_t totalAppUnattributed = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp87 StringAppendF(&result, "appUnattributedJankyFrames = %d\n", totalAppUnattributed); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp119 globalSlice.second.jankPayload.totalAppUnattributed); in populateGlobalAtom()
214 atom->set_total_janky_frames_app_unattributed(layer->jankPayload.totalAppUnattributed); in populateLayerAtom()
792 t.jankPayload.totalAppUnattributed++; in updateJankPayload()