Package avrora.monitors

Interface Summary
Monitor The Monitor class represents a monitor attached to a Simulator instance.
 

Class Summary
MemoryMonitor The MemoryMonitor class implements a monitor that collects information about how the program accesses the data memory over its execution.
MonitorFactory The MonitorFactory class represents a profiling utility that is able to produce a Monitor for a simulation.
ProfileMonitor The ProfileMonitor class represents a monitor that can collect profiling information such as counts and branchcounts about the program as it executes.
SleepMonitor The SleepMonitor class is a monitor that tracks statistics about the sleeping patterns of programs, including the total number of cycles awake and the total number of cycles asleep during the simulation.
StackMonitor The StackMonitor class is a monitor that tracks the height of the program's stack over the execution of the simulation and reports the maximum stack of the program.