avrora.monitors
Interface Monitor
- All Known Subinterfaces:
- Radio
- All Known Implementing Classes:
- CC1000Radio, EnergyMonitor.Monitor, EnergyProfiler.Monitor, GDBServer.GDBMonitor, MemoryMonitor.Monitor, ProfileMonitor.Monitor, SimPerfMonitor.Monitor, SleepMonitor.Monitor, StackMonitor.Monitor, TraceMonitor.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.