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.h54 int32_t totalAppUnattributed = 0; member
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp88 StringAppendF(&result, "appUnattributedJankyFrames = %d\n", totalAppUnattributed); in toString()
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp123 globalSlice.second.jankPayload.totalAppUnattributed); in populateGlobalAtom()
225 atom->set_total_janky_frames_app_unattributed(layer->jankPayload.totalAppUnattributed); in populateLayerAtom()
789 t.jankPayload.totalAppUnattributed++; in updateJankPayload()