Introduced usage of HdrHistogram to record values.

HdrHistogram (https://github.com/HdrHistogram/HdrHistogram) is able
to record values without allocation, maintaining a fixed memory cost
and with high performance.

As such, it replaces the in house naive implementation provided by
MeasureRecorder.
4 files changed