Class Histo
java.lang.Object
org.adoptopenjdk.jitwatch.histo.Histo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddValue(long inValue) voidclear()longintlonggetPercentile(double percentile)
-
Field Details
-
bucketMap
-
values
-
lastTime
private long lastTime -
maxCount
private int maxCount -
resolution
private long resolution
-
-
Constructor Details
-
Histo
public Histo() -
Histo
public Histo(long resolution)
-
-
Method Details
-
addValue
public void addValue(long inValue) -
clear
public void clear() -
getSortedData
-
getPercentile
public long getPercentile(double percentile) -
getLastTime
public long getLastTime() -
getMaxCount
public int getMaxCount()
-