avrora.monitors
Interface Monitor
- All Known Implementing Classes:
- MemoryMonitor.Monitor, ProfileMonitor.Monitor, SleepMonitor.Monitor, StackMonitor.Monitor
- public interface Monitor
The Monitor class represents a monitor attached to a
Simulator instance. Created by the MonitorFactory
class, a monitor collects statistics about a program as it runs, and then
when the simulation is complete, generates a report.
|
Method Summary |
void |
report()
The report() method is called after the simulation is
complete. |
report
public void report()
- The
report() method is called after the simulation is
complete. The monitor generates a textual or other format representation
of the information collected during the execution of the program.