Searched defs:JankPayload (Results 1 – 1 of 1) sorted by relevance
47 struct JankPayload { struct49 int32_t totalFrames = 0;50 int32_t totalJankyFrames = 0;51 int32_t totalSFLongCpu = 0;52 int32_t totalSFLongGpu = 0;53 int32_t totalSFUnattributed = 0;54 int32_t totalAppUnattributed = 0;55 int32_t totalSFScheduling = 0;56 int32_t totalSFPredictionError = 0;57 int32_t totalAppBufferStuffing = 0;