Searched refs:histogramToProto (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.cpp | 41 FrameTimingHistogram histogramToProto(const std::unordered_map<int32_t, int32_t>& histogram, in histogramToProto() function 108 histogramToProto(mTimeStats.frameDurationLegacy.hist, mMaxPulledHistogramBuckets); in populateGlobalAtom() 110 histogramToProto(mTimeStats.renderEngineTimingLegacy.hist, in populateGlobalAtom() 128 histogramToProto(globalSlice.second.displayDeadlineDeltas.hist, in populateGlobalAtom() 131 histogramToProto(globalSlice.second.displayPresentDeltas.hist, in populateGlobalAtom() 178 histogramToProto(present2PresentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom() 183 histogramToProto(post2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom() 188 histogramToProto(acquire2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom() 193 histogramToProto(latch2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom() 198 histogramToProto(desired2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom() [all …]
|