avrora.monitors
Class MemoryMonitor.Monitor

java.lang.Object
  extended byavrora.monitors.MemoryMonitor.Monitor
All Implemented Interfaces:
Monitor
Enclosing class:
MemoryMonitor

public class MemoryMonitor.Monitor
extends java.lang.Object
implements Monitor


Field Summary
 MemoryProfiler memprofile
           
 int memstart
           
 Microcontroller microcontroller
           
 Program program
           
 int ramsize
           
 Simulator simulator
           
 
Method Summary
 void report()
          The report() method is called after the simulation is complete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simulator

public final Simulator simulator

microcontroller

public final Microcontroller microcontroller

program

public final Program program

ramsize

public final int ramsize

memstart

public final int memstart

memprofile

public final MemoryProfiler memprofile
Method Detail

report

public void report()
Description copied from interface: Monitor
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.

Specified by:
report in interface Monitor