LeeCampbell / HdrHistogram.NET

Port of the HdrHistorgram to .NET/C#
Other
18 stars 3 forks source link

Use ticks in documentation (not nanos) #32

Closed LeeCampbell closed 8 years ago

LeeCampbell commented 8 years ago

As .NET does not currently support a higher resolution that 1 tick (100 nanoseconds) for any timing, the new api defaults to this as the resolution. This PR adjusts the documentation to match that default.

Closes #13