Searched refs:HistogramEntry (Results 1 – 6 of 6) sorted by relevance
117 histogramForEach([fd](HistogramEntry entry) { in dump()161 void ProfileData::histogramForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramForEach()163 callback(HistogramEntry{frameTimeForFrameCountIndex(i), mFrameCounts[i]}); in histogramForEach()166 callback(HistogramEntry{frameTimeForSlowFrameCountIndex(i), mSlowFrameCounts[i]}); in histogramForEach()
67 struct HistogramEntry { struct71 void histogramForEach(const std::function<void(HistogramEntry)>& callback) const; argument
200 class HistogramEntry : public AbstractEntry {202 explicit HistogramEntry(const uint8_t *ptr) : AbstractEntry(ptr) { in HistogramEntry() function204 virtual ~HistogramEntry() {} in ~HistogramEntry()
74 return std::make_unique<HistogramEntry>(HistogramEntry(ptr)); in buildEntry()234 int64_t NBLog::HistogramEntry::timestamp() const { in timestamp()238 NBLog::log_hash_t NBLog::HistogramEntry::hash() const { in hash()242 int NBLog::HistogramEntry::author() const { in author()251 NBLog::EntryIterator NBLog::HistogramEntry::copyWithAuthor( in copyWithAuthor()
193 data->histogramForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()