• Home
  • Raw
  • Download

Lines Matching refs:globalSlice

99     for (const auto& globalSlice : mTimeStats.stats) {  in populateGlobalAtom()  local
112 atom->set_total_timeline_frames(globalSlice.second.jankPayload.totalFrames); in populateGlobalAtom()
113 atom->set_total_janky_frames(globalSlice.second.jankPayload.totalJankyFrames); in populateGlobalAtom()
114 atom->set_total_janky_frames_with_long_cpu(globalSlice.second.jankPayload.totalSFLongCpu); in populateGlobalAtom()
115 atom->set_total_janky_frames_with_long_gpu(globalSlice.second.jankPayload.totalSFLongGpu); in populateGlobalAtom()
117 globalSlice.second.jankPayload.totalSFUnattributed); in populateGlobalAtom()
119 globalSlice.second.jankPayload.totalAppUnattributed); in populateGlobalAtom()
121 globalSlice.second.jankPayload.totalSFScheduling); in populateGlobalAtom()
123 globalSlice.second.jankPayload.totalSFPredictionError); in populateGlobalAtom()
125 globalSlice.second.jankPayload.totalAppBufferStuffing); in populateGlobalAtom()
126 atom->set_display_refresh_rate_bucket(globalSlice.first.displayRefreshRateBucket); in populateGlobalAtom()
128 histogramToProto(globalSlice.second.displayDeadlineDeltas.hist, in populateGlobalAtom()
131 histogramToProto(globalSlice.second.displayPresentDeltas.hist, in populateGlobalAtom()
133 atom->set_render_rate_bucket(globalSlice.first.renderRateBucket); in populateGlobalAtom()
147 for (const auto& globalSlice : mTimeStats.stats) { in populateLayerAtom() local
148 numLayers += globalSlice.second.stats.size(); in populateLayerAtom()
153 for (auto& globalSlice : mTimeStats.stats) { in populateLayerAtom() local
154 for (auto& layerSlice : globalSlice.second.stats) { in populateLayerAtom()