-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
static interface |
MiniPerfTest.Task |
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected org.slf4j.Logger |
logger |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MiniPerfTest
public MiniPerfTest()
-
Method Detail
-
getMin
public double getMin()
- Returns:
- minimum time of every call, in ms
-
getMax
public double getMax()
- Returns:
- maximum time of every calls, in ms
-
getSum
public double getSum()
- Returns:
- time for all calls accumulated, in ms
-
getMean
public double getMean()
- Returns:
- mean time per call, in ms
-
getDummySum
public int getDummySum()
Copyright © 2012–2021. All rights reserved.