Lines Matching refs:globalSlice
102 for (const auto& globalSlice : mTimeStats.stats) { in populateGlobalAtom() local
116 atom->set_total_timeline_frames(globalSlice.second.jankPayload.totalFrames); in populateGlobalAtom()
117 atom->set_total_janky_frames(globalSlice.second.jankPayload.totalJankyFrames); in populateGlobalAtom()
118 atom->set_total_janky_frames_with_long_cpu(globalSlice.second.jankPayload.totalSFLongCpu); in populateGlobalAtom()
119 atom->set_total_janky_frames_with_long_gpu(globalSlice.second.jankPayload.totalSFLongGpu); in populateGlobalAtom()
121 globalSlice.second.jankPayload.totalSFUnattributed); in populateGlobalAtom()
123 globalSlice.second.jankPayload.totalAppUnattributed); in populateGlobalAtom()
125 globalSlice.second.jankPayload.totalSFScheduling); in populateGlobalAtom()
127 globalSlice.second.jankPayload.totalSFPredictionError); in populateGlobalAtom()
129 globalSlice.second.jankPayload.totalAppBufferStuffing); in populateGlobalAtom()
130 atom->set_display_refresh_rate_bucket(globalSlice.first.displayRefreshRateBucket); in populateGlobalAtom()
132 histogramToProto(globalSlice.second.displayDeadlineDeltas.hist, in populateGlobalAtom()
135 histogramToProto(globalSlice.second.displayPresentDeltas.hist, in populateGlobalAtom()
137 atom->set_render_rate_bucket(globalSlice.first.renderRateBucket); in populateGlobalAtom()
152 for (const auto& globalSlice : mTimeStats.stats) { in populateLayerAtom() local
153 numLayers += globalSlice.second.stats.size(); in populateLayerAtom()
158 for (auto& globalSlice : mTimeStats.stats) { in populateLayerAtom() local
159 for (auto& layerSlice : globalSlice.second.stats) { in populateLayerAtom()