Searched defs:JankPayload (Results 1 – 1 of 1) sorted by relevance
43 struct JankPayload { struct45 int32_t totalFrames = 0;46 int32_t totalJankyFrames = 0;47 int32_t totalSFLongCpu = 0;48 int32_t totalSFLongGpu = 0;49 int32_t totalSFUnattributed = 0;50 int32_t totalAppUnattributed = 0;51 int32_t totalSFScheduling = 0;52 int32_t totalSFPredictionError = 0;53 int32_t totalAppBufferStuffing = 0;