From 3954e7e0f88dd0a119ea881c52dc81bc10e20a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Walter?= <juergen.walter@uni-wuerzburg.de> Date: Mon, 22 Jan 2018 11:37:04 +0100 Subject: [PATCH] minor logging --- .../resourcedemands/adapter/EstimationSpecificationFactory.java | 1 + 1 file changed, 1 insertion(+) 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 1151de5e..877a6fdf 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); -- GitLab