|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--aleph.meter.Meter
|
+--aleph.meter.Counter
Keep track of the number of times some event has occurred.
| Constructor Summary | |
Counter(java.lang.String label)
|
|
| Method Summary | |
void |
add(long i)
Add to this event. |
void |
inc()
Increment count for this event. |
java.lang.String |
toString()
|
| Methods inherited from class aleph.meter.Meter |
report |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Counter(java.lang.String label)
| Method Detail |
public void inc()
public void add(long i)
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||