- Timestamp:
- 06/26/14 14:18:01 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/example/load/ProcessorLoadEstimationPlugin.java
r1299 r1396 26 26 double cpuUsage = 1 / nrOfThreadsOnCpu; 27 27 28 for(PhaseBehaviour pb: task.get CurrentResourceConsumption().getBehaviourList()){28 for(PhaseBehaviour pb: task.getExecutionProfile().getCurrentResourceConsumption().getBehaviourList()){ 29 29 if(pb.getResouceName().equals("PM_CPU_Usage")){ 30 30 cpuUsage = pb.getUtilization();
Note: See TracChangeset
for help on using the changeset viewer.