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

Variable Index

 o count
 o longestTime
 o shortestTime
 o totalTime

Constructor Index

 o PerfMetric()

Method Index

 o avgTime()
 o longestTime()
 o report()
 o shortestTime()
 o totalSamples()
 o totalTime()
 o update(long, long)

Variables

 o totalTime
 public long totalTime
 o shortestTime
 public long shortestTime
 o longestTime
 public long longestTime
 o count
 public long count

Constructors

 o PerfMetric
 public PerfMetric()

Methods

 o update
 public void update(long startTime,
                    long endTime)
 o report
 public String report()
 o avgTime
 public String avgTime()
 o totalTime
 public String totalTime()
 o shortestTime
 public String shortestTime()
 o longestTime
 public String longestTime()
 o totalSamples
 public String totalSamples()

All Packages  Class Hierarchy  This Package  Previous  Next  Index