All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.HdrHistogram.Version.template Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.2.2
Show newest version
/**
 * Written by Gil Tene of Azul Systems, and released to the public domain,
 * as explained at http://creativecommons.org/publicdomain/zero/1.0/
 *
 * @author Gil Tene
 */

package org.HdrHistogram;

final class Version {
    public static final String version="$VERSION$";
    public static final String build_time="$BUILD_TIME$";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy