Changeset 711 for DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptNodePowManSP.java
- Timestamp:
- 12/21/12 14:20:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/test/article/recs/plugins/scheduling/RecsExclusivenessEnOptNodePowManSP.java
r708 r711 222 222 try { 223 223 node1EU = getMeasuredTime(createQuery(task, node1)) * getMeasuredPower(createQuery(task, node1)); 224 } catch (FileNotFoundException e) { 225 226 } catch (IOException e) { 227 228 } catch (MissingResourceException e){ 229 230 } 231 try { 224 232 node2EU = getMeasuredTime(createQuery(task, node2)) * getMeasuredPower(createQuery(task, node2)); 225 233 } catch (FileNotFoundException e) {
Note: See TracChangeset
for help on using the changeset viewer.