|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.monitors.EnergyProfiler.Monitor.SleepProbe
| Constructor Summary | |
EnergyProfiler.Monitor.SleepProbe()
|
|
| Method Summary | |
void |
fireAfter(Instr i,
int address,
State s)
In this case, nothing is done. |
void |
fireBefore(Instr i,
int address,
State s)
fired before a sleep mode is entered, it logs the previos state |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EnergyProfiler.Monitor.SleepProbe()
| Method Detail |
public void fireBefore(Instr i,
int address,
State s)
fireBefore in interface Simulator.Probei - the instruction being probedaddress - the address at which this instruction residess - the state of the simulationSimulator.Probe.fireBefore(avrora.core.Instr, int, avrora.sim.State)
public void fireAfter(Instr i,
int address,
State s)
fireAfter in interface Simulator.Probei - the instruction being probedaddress - the address at which this instruction residess - the state of the simulationSimulator.Probe.fireAfter(avrora.core.Instr, int, avrora.sim.State)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||