Changeset 1245 for DCWoRMS/branches/coolemall/src/test/drs_tst
- Timestamp:
- 11/27/13 14:30:50 (11 years ago)
- Location:
- DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/energy/RecsNodeBaseEEP.java
r1120 r1245 17 17 import schedframe.resources.units.ResourceUnitName; 18 18 import schedframe.resources.units.StandardResourceUnitName; 19 import test.drs_tst.recs.utils.AppType;20 19 import test.drs_tst.recs.utils.TaskToApp; 21 20 import test.drs_tst.recs.utils.appprofiles.ApplicationProfileBase; -
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/RecsExclusivenessDFSSP.java
r1120 r1245 32 32 import schedframe.scheduling.queue.TaskQueueList; 33 33 import schedframe.scheduling.tasks.TaskInterface; 34 import test.article.recs.utils.RecsProcessorPowerInterface;35 34 36 35 public class RecsExclusivenessDFSSP extends RecsSP { -
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/RecsExclusivenessEnOptDFSSP.java
r1243 r1245 22 22 import schedframe.resources.computing.Core; 23 23 import schedframe.resources.computing.Processor; 24 import schedframe.resources.computing.profiles.energy.power.StandardPowerStateName;25 24 import schedframe.resources.computing.profiles.energy.power.ui.ProcessorPowerInterface; 26 25 import schedframe.resources.units.ProcessingElements; … … 38 37 import schedframe.scheduling.tasks.TaskInterface; 39 38 import test.drs_tst.recs.utils.AppType; 40 import test.drs_tst.recs.utils.RecsProcessorPowerInterface;41 39 42 40 public class RecsExclusivenessEnOptDFSSP extends RecsSP { -
DCWoRMS/branches/coolemall/src/test/drs_tst/recs/plugins/scheduling/RecsExclusivenessEnOptSP.java
r1120 r1245 23 23 import schedframe.resources.computing.Processor; 24 24 import schedframe.resources.computing.profiles.energy.power.StandardPowerStateName; 25 import schedframe.resources.units.PEUnit;26 25 import schedframe.resources.units.ProcessingElements; 27 26 import schedframe.resources.units.ResourceUnit;
Note: See TracChangeset
for help on using the changeset viewer.