All Packages Class Hierarchy This Package Previous Next Index
Class com.andthehorseyourodeinon.utils.PerfMetric
java.lang.Object
|
+----com.andthehorseyourodeinon.utils.PerfMetric
- public class PerfMetric
- extends Object
-
count
-
-
longestTime
-
-
shortestTime
-
-
totalTime
-
-
PerfMetric()
-
-
avgTime()
-
-
longestTime()
-
-
report()
-
-
shortestTime()
-
-
totalSamples()
-
-
totalTime()
-
-
update(long, long)
-
totalTime
public long totalTime
shortestTime
public long shortestTime
longestTime
public long longestTime
count
public long count
PerfMetric
public PerfMetric()
update
public void update(long startTime,
long endTime)
report
public String report()
avgTime
public String avgTime()
totalTime
public String totalTime()
shortestTime
public String shortestTime()
longestTime
public String longestTime()
totalSamples
public String totalSamples()
All Packages Class Hierarchy This Package Previous Next Index