org.erights.e.elib.debug
Class CallCounter
java.lang.Object
|
+--org.erights.e.elib.debug.CallCounter
- public class CallCounter
- extends Object
Untamed:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NF
private static final java.text.NumberFormat NF
myProfKey
private final Object myProfKey
myOkCount
private long myOkCount
myBadCount
private long myBadCount
CallCounter
CallCounter(Object profKey)
getOkCount
long getOkCount()
getBadCount
long getBadCount()
bumpOkCount
public void bumpOkCount()
- Enabled:
bumpBadCount
public void bumpBadCount()
- Enabled:
clearCallCounts
void clearCallCounts()
report
void report(double thresh,
double total,
FlexList result)
comments?