public class Metric extends Object
Constructor and Description |
---|
Metric() |
Modifier and Type | Method and Description |
---|---|
double |
getAverage() |
int |
getCount() |
long |
getMaximum() |
long |
getMinimum() |
double |
getStandardDeviation() |
String |
getSummary(TimeUnit unit) |
double |
getSumOfSquaresOfDifferences() |
void |
update(long sample)
update of nanos value
|
public int getCount()
public double getSumOfSquaresOfDifferences()
public double getStandardDeviation()
public double getAverage()
public long getMinimum()
public long getMaximum()
public void update(long sample)
Copyright © 2021. All rights reserved.