Searched refs:histogram_type (Results 1 – 1 of 1) sorted by relevance
49 virtual void histogramData(uint32_t histogram_type,51 std::string getHistogramString(uint32_t histogram_type) const override;63 virtual void recordInHistogram(uint32_t histogram_type,105 uint32_t histogram_type) const;110 inline void RecordInHistogram(Statistics* statistics, uint32_t histogram_type, in RecordInHistogram() argument113 statistics->recordInHistogram(histogram_type, value); in RecordInHistogram()118 uint32_t histogram_type, uint64_t value) { in RecordTimeToHistogram() argument120 statistics->reportTimeToHistogram(histogram_type, value); in RecordTimeToHistogram()