Revision 1462,
1.2 KB
checked in by wojtekp, 10 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <plugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi:noNamespaceSchemaLocation="../debb2dcworms.xsd"> |
---|
4 | <timeEstimationPlugin> |
---|
5 | <name>example.timeestimation.coolemall.PhaseBasedTimeEstimationPlugin</name> |
---|
6 | </timeEstimationPlugin> |
---|
7 | |
---|
8 | |
---|
9 | <schedulingPlugin> |
---|
10 | <name>example.localplugin.FCFSBF_LocalPlugin</name> |
---|
11 | <resources> |
---|
12 | <class>NodeGroup</class> |
---|
13 | </resources> |
---|
14 | </schedulingPlugin> |
---|
15 | |
---|
16 | <energyEstimationPlugin> |
---|
17 | <name>example.energy.coolemall.NodeI7EnergyEstimationPlugin</name> |
---|
18 | <resources> |
---|
19 | <class>Node</class> |
---|
20 | <type>Intel_i7</type> |
---|
21 | </resources> |
---|
22 | </energyEstimationPlugin> |
---|
23 | |
---|
24 | <energyEstimationPlugin> |
---|
25 | <name>example.energy.coolemall.NodeAmdEnergyEstimationPlugin</name> |
---|
26 | <resources> |
---|
27 | <class>Node</class> |
---|
28 | <type>AMD</type> |
---|
29 | </resources> |
---|
30 | </energyEstimationPlugin> |
---|
31 | |
---|
32 | <energyEstimationPlugin> |
---|
33 | <name>example.energy.coolemall.ProcessorI7EnergyEstimationPlugin</name> |
---|
34 | <resources> |
---|
35 | <class>Processor</class> |
---|
36 | <type>Intel_i7</type> |
---|
37 | </resources> |
---|
38 | </energyEstimationPlugin> |
---|
39 | |
---|
40 | <energyEstimationPlugin> |
---|
41 | <name>example.energy.coolemall.ProcessorAmdEnergyEstimationPlugin</name> |
---|
42 | <resources> |
---|
43 | <class>Processor</class> |
---|
44 | <type>AMD</type> |
---|
45 | </resources> |
---|
46 | </energyEstimationPlugin> |
---|
47 | </plugins> |
---|
Note: See
TracBrowser
for help on using the repository browser.