wt.method
Class MethodSummary
java.lang.Object
wt.method.MethodSummary
- All Implemented Interfaces:
- Runnable
- class MethodSummary
- extends Object
- implements Runnable
Constructor Summary |
(package private) |
MethodSummary(int summary_interval)
|
Method Summary |
(package private) void |
add(long start,
long finish,
int active)
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
summaryInterval
int summaryInterval
intervalStart
long intervalStart
intervalFinish
long intervalFinish
totalDuration
long totalDuration
totalActive
int totalActive
totalCompleted
int totalCompleted
maxActive
int maxActive
decimalFormat
DecimalFormat decimalFormat
MethodSummary
MethodSummary(int summary_interval)
add
void add(long start,
long finish,
int active)
run
public void run()
- Specified by:
run
in interface Runnable