Searched refs:HistogramEntry (Results 1 – 3 of 3) sorted by relevance
129 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()
74 struct HistogramEntry { struct78 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const; argument79 void histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const;
201 data->histogramForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()232 data->histogramGPUForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()