H

HdrHistogram

HdrHistogram supports the recording and analyzing sampled data value counts across a configurable integer value range with configurable value precision within the range. Value precision is expressed as the number of significant digits in the value recording, and provides control over value quantization behavior across the value range and the subsequent value resolution at any given level.
http://hdrhistogram.github.io/HdrHistogram/
Public Domain, per Creative Commons CC0
Gil Tene
文件下载
文件名 操作
HdrHistogram-1.1.6.jar 下载
HdrHistogram-1.1.6.pom 下载
HdrHistogram-1.1.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hdrhistogram</groupId>
  <artifactId>HdrHistogram</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'org.hdrhistogram:HdrHistogram:1.1.6'
Gradle Kotlin
implementation("org.hdrhistogram:HdrHistogram:1.1.6")
Scala SBT
libraryDependencies += "org.hdrhistogram" % "HdrHistogram" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.hdrhistogram', module='HdrHistogram', version='1.1.6')
)
Apache Ivy
<dependency org="org.hdrhistogram" name="HdrHistogram" rev="1.1.6" />
Leiningen
[org.hdrhistogram/HdrHistogram "1.1.6"]
Apache Buildr
'org.hdrhistogram:HdrHistogram:jar:1.1.6'