proxygen
folly::Histogram< T > Member List

This is the complete list of members for folly::Histogram< T >, including all inherited members.

addRepeatedValue(ValueType value, uint64_t nSamples)folly::Histogram< T >inline
addValue(ValueType value)folly::Histogram< T >inline
Bucket typedeffolly::Histogram< T >
buckets_folly::Histogram< T >private
clear()folly::Histogram< T >inline
computeTotalCount() const folly::Histogram< T >inline
copy(const Histogram &hist)folly::Histogram< T >inline
debugString() const folly::Histogram< T >
getBucketByIndex(size_t idx) const folly::Histogram< T >inline
getBucketMax(size_t idx) const folly::Histogram< T >inline
getBucketMin(size_t idx) const folly::Histogram< T >inline
getBucketSize() const folly::Histogram< T >inline
getMax() const folly::Histogram< T >inline
getMin() const folly::Histogram< T >inline
getNumBuckets() const folly::Histogram< T >inline
getPercentileBucketIdx(double pct, double *lowPct=nullptr, double *highPct=nullptr) const folly::Histogram< T >inline
getPercentileEstimate(double pct) const folly::Histogram< T >inline
Histogram(ValueType bucketSize, ValueType min, ValueType max)folly::Histogram< T >inline
merge(const Histogram &hist)folly::Histogram< T >inline
removeRepeatedValue(ValueType value, uint64_t nSamples)folly::Histogram< T >inline
removeValue(ValueType value)folly::Histogram< T >inline
subtract(const Histogram &hist)folly::Histogram< T >inline
to_unsigned(S s)folly::Histogram< T >inlineprivatestatic
to_unsigned(S s)folly::Histogram< T >inlineprivatestatic
toTSV(std::ostream &out, bool skipEmptyBuckets=true) const folly::Histogram< T >
ValueType typedeffolly::Histogram< T >