Home
last modified time | relevance | path

Searched refs:histogramToProto (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp42 FrameTimingHistogram histogramToProto(const std::unordered_map<int32_t, int32_t>& histogram, in histogramToProto() function
112 histogramToProto(mTimeStats.frameDurationLegacy.hist, mMaxPulledHistogramBuckets); in populateGlobalAtom()
114 histogramToProto(mTimeStats.renderEngineTimingLegacy.hist, in populateGlobalAtom()
132 histogramToProto(globalSlice.second.displayDeadlineDeltas.hist, in populateGlobalAtom()
135 histogramToProto(globalSlice.second.displayPresentDeltas.hist, in populateGlobalAtom()
183 histogramToProto(present2PresentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
188 histogramToProto(present2PresentDeltaHist->second.hist, in populateLayerAtom()
194 histogramToProto(post2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
199 histogramToProto(acquire2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
204 histogramToProto(latch2presentHist->second.hist, mMaxPulledHistogramBuckets); in populateLayerAtom()
[all …]