Skip to content

Commit f5a88d0

Browse files
committed
Adding link to nuget package download
1 parent 4a97a2e commit f5a88d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/HdrHistogram/HdrHistogram?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build status](https://ci.appveyor.com/api/projects/status/q0o5faahigq6u4qe/branch/master?svg=true)](https://ci.appveyor.com/project/LeeCampbell/hdrhistogram-net/branch/master) [![Build status](https://ci.appveyor.com/api/projects/status/q0o5faahigq6u4qe?svg=true)](https://ci.appveyor.com/project/LeeCampbell/hdrhistogram-net)
66

7-
87
##What is it
98
HdrHistogram.NET is the official port of the Java HdrHistogram library.
109
All official implementations of HdrHistogram can be found at https://github.com/HdrHistogram
@@ -17,6 +16,8 @@ Gil Tene (the original author of the Java HdrHistogram) illustrates in numerous
1716
Instead you want to collect all of the data and then be able to report your measurements across the range of measurements.
1817

1918
##How would I use it?
19+
The library is available as a package from Nuget as [HdrHistogram](https://www.nuget.org/packages/HdrHistogram/)
20+
2021
Generally you want to be able to record at the finest accuracy the response-time of a given function of your software.
2122
To do this code might look something like this
2223

0 commit comments

Comments
 (0)