HdrHistogram / hdrhistogram-go

A pure Go implementation of Gil Tene's HDR Histogram.
MIT License
435 stars 64 forks source link

Enable percentile output format #38

Closed filipecosta90 closed 4 years ago

filipecosta90 commented 4 years ago

Fixes #37 The following PR enables outputting the percentile output format, given an histogram and an io.writer. Included example in the documentation.