wt.method
Class MethodSummary

java.lang.Object
  extended bywt.method.MethodSummary
All Implemented Interfaces:
Runnable

class MethodSummary
extends Object
implements Runnable


Field Summary
(package private)  DecimalFormat decimalFormat
           
(package private)  long intervalFinish
           
(package private)  long intervalStart
           
(package private)  int maxActive
           
(package private)  int summaryInterval
           
(package private)  int totalActive
           
(package private)  int totalCompleted
           
(package private)  long totalDuration
           
 
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
 

Field Detail

summaryInterval

int summaryInterval

intervalStart

long intervalStart

intervalFinish

long intervalFinish

totalDuration

long totalDuration

totalActive

int totalActive

totalCompleted

int totalCompleted

maxActive

int maxActive

decimalFormat

DecimalFormat decimalFormat
Constructor Detail

MethodSummary

MethodSummary(int summary_interval)
Method Detail

add

void add(long start,
         long finish,
         int active)

run

public void run()
Specified by:
run in interface Runnable