diff --git a/tools.descartes.pmx/src/tools/descartes/pmx/filter/resourcedemands/adapter/EstimationSpecificationFactory.java b/tools.descartes.pmx/src/tools/descartes/pmx/filter/resourcedemands/adapter/EstimationSpecificationFactory.java index 1151de5ea0d05fc9629db5947a05a5a96b883cc6..877a6fdfc9cab48c703154a870be9449b2717c1b 100644 --- a/tools.descartes.pmx/src/tools/descartes/pmx/filter/resourcedemands/adapter/EstimationSpecificationFactory.java +++ b/tools.descartes.pmx/src/tools/descartes/pmx/filter/resourcedemands/adapter/EstimationSpecificationFactory.java @@ -114,6 +114,7 @@ public class EstimationSpecificationFactory { log.info("\tno resource utilization logs for this host"); //log.info("\tassumtion: one CPU with two cores"); log.info("\tcan only apply response time estimation approach"); + log.info("\tcpu has " + numCores); Resource cpu = ConfigurationFactory.eINSTANCE.createResource(); cpu.setName("CPU@" + host); cpu.setNumberOfServers(numCores);