Answers inline.
> On Aug 9, 2015, at 5:12 PM,
cla...@trdr.io wrote:
>
> Thanks, Marshall.
>
> I just did a very simple test using HdrHistogramResetOnSnapshotReservoir and I see that the min, max and mean values are reseted after each report, which is great. But I have a couple of questions:
>
> 1.- I don't see that the counter of the timer is being reseted (I mean it doesn't go to 0 after a report). Is that expected behavior?
Yeah, unfortunately. A timer is basically a histogram + a counter, and I can’t change the counter part via the custom histogram.
>
> 2.- The min value resets to 9223372036854.78 instead of 0.00 which seems to be a bug (Actually if the report is done before doing a track, it shows that value too). Using HdrHistogram 2.1.6 seems to fix this error.
Yep, must be a bug in the version of HdrHistogram that I’m using. I’ll update the dependency.