avrora.monitors
Class EnergyProfiler.EnergyProfile

java.lang.Object
  extended byavrora.monitors.EnergyProfiler.EnergyProfile
Enclosing class:
EnergyProfiler

public class EnergyProfiler.EnergyProfile
extends java.lang.Object


Field Summary
 long cycles
          cycles: number of cycles spend in this procedure
 Program.Location location
          location: name and address of this procedure
 
Constructor Summary
EnergyProfiler.EnergyProfile(Program.Location loc)
          construct a new energy profile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cycles

public long cycles
cycles: number of cycles spend in this procedure


location

public Program.Location location
location: name and address of this procedure

Constructor Detail

EnergyProfiler.EnergyProfile

public EnergyProfiler.EnergyProfile(Program.Location loc)
construct a new energy profile

Parameters:
loc - Location, e.g. name and address, of the profile