Changeset 900 for DCWoRMS/branches/coolemall/simulator/schemas
- Timestamp:
- 03/04/13 08:56:02 (12 years ago)
- Location:
- DCWoRMS/branches/coolemall/simulator/schemas/resources/example
- Files:
-
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/simulator/schemas/resources/example/coolemall/example2.xml
r603 r900 86 86 --> 87 87 <powerProfile> 88 <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.-->88 <!-- ProcessorEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 89 89 <energyEstimationPlugin> 90 <name>example.energy. CPUEnergyEstimationPlugin</name>90 <name>example.energy.ProcessorEnergyEstimationPlugin</name> 91 91 </energyEstimationPlugin> 92 92 <parameter name="pState"> -
DCWoRMS/branches/coolemall/simulator/schemas/resources/example/coolemall_alaternative/example2.xml
r605 r900 86 86 --> 87 87 <powerProfile> 88 <!-- CPUEnergyEstimationPlugin will be used to estimate energy consumption on processor level.-->88 <!-- ProcessorEnergyEstimationPlugin will be used to estimate energy consumption on processor level.--> 89 89 <energyEstimationPlugin> 90 <name> CPUEnergyEstimationPlugin</name>90 <name>ProcessorEnergyEstimationPlugin</name> 91 91 </energyEstimationPlugin> 92 92 -
DCWoRMS/branches/coolemall/simulator/schemas/resources/example/example5.xml
r604 r900 18 18 <powerProfile> 19 19 <energyEstimationPlugin> 20 <name> CPUEnergyEstimationPlugin</name>20 <name>ProcessorEnergyEstimationPlugin</name> 21 21 </energyEstimationPlugin> 22 22 <powerStates> -
DCWoRMS/branches/coolemall/simulator/schemas/resources/example/example7.xml
r604 r900 47 47 <powerProfile> 48 48 <energyEstimationPlugin> 49 <name> CPUEnergyEstimationPlugin</name>49 <name>ProcessorEnergyEstimationPlugin</name> 50 50 </energyEstimationPlugin> 51 51 <powerStates> … … 132 132 <powerProfile> 133 133 <energyEstimationPlugin> 134 <name> CPUEnergyEstimationPlugin</name>134 <name>ProcessorEnergyEstimationPlugin</name> 135 135 </energyEstimationPlugin> 136 136 <powerStates>
Note: See TracChangeset
for help on using the changeset viewer.