org.hdrhistogram:HdrHistogram (2.1.12)

Published 2026-02-24 13:44:49 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.hdrhistogram</groupId>
	<artifactId>HdrHistogram</artifactId>
	<version>2.1.12</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.hdrhistogram:HdrHistogram:2.1.12

About this package

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.

Dependencies

org.junit.jupiter:junit-jupiter-api
${junit.jupiter.version}
org.junit.jupiter:junit-jupiter-params
${junit.jupiter.version}
junit:junit
${junit.version}
org.junit.jupiter:junit-jupiter-engine
${junit.jupiter.version}
org.junit.vintage:junit-vintage-engine
${junit.vintage.version}
Details
Maven
2026-02-24 13:44:49 +00:00
0
HdrHistogram
Public Domain, per Creative Commons CC0
BSD-2-Clause
180 KiB
Assets (2)
Versions (1) View all
2.1.12 2026-02-24