Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DProfileData.cpp129 histogramForEach([fd](HistogramEntry entry) { in dump()
137 histogramGPUForEach([fd](HistogramEntry entry) { in dump()
185 void ProfileData::histogramForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramForEach()
187 callback(HistogramEntry{frameTimeForFrameCountIndex(i), mFrameCounts[i]}); in histogramForEach()
190 callback(HistogramEntry{frameTimeForSlowFrameCountIndex(i), mSlowFrameCounts[i]}); in histogramForEach()
223 void ProfileData::histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramGPUForEach()
225 callback(HistogramEntry{GPUFrameTimeForFrameCountIndex(i), mGPUFrameCounts[i]}); in histogramGPUForEach()
H A DProfileData.h74 struct HistogramEntry { struct
78 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const; argument
79 void histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const;
/aosp14/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp201 data->histogramForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()
232 data->histogramGPUForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()