aleph.meter
Class Meter

java.lang.Object
  |
  +--aleph.meter.Meter
Direct Known Subclasses:
Bins, Counter, Trial

public class Meter
extends java.lang.Object

All metering-related classes should be subclasses of this class. When a PE or console shuts down, it optionally dumps all metering information to a file.


Constructor Summary
protected Meter(java.lang.String label)
          Generic constructor.
 
Method Summary
static void report(java.io.PrintWriter writer)
          Write all metering information to stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Meter

protected Meter(java.lang.String label)
Generic constructor. Records each object for later report.
Method Detail

report

public static void report(java.io.PrintWriter writer)
Write all metering information to stream.