Skip to content
Snippets Groups Projects
Commit 3954e7e0 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

minor logging

parent 927783e8
No related branches found
Tags post-simutools2015 stable_candidate_2.4
No related merge requests found
...@@ -114,6 +114,7 @@ public class EstimationSpecificationFactory { ...@@ -114,6 +114,7 @@ public class EstimationSpecificationFactory {
log.info("\tno resource utilization logs for this host"); log.info("\tno resource utilization logs for this host");
//log.info("\tassumtion: one CPU with two cores"); //log.info("\tassumtion: one CPU with two cores");
log.info("\tcan only apply response time estimation approach"); log.info("\tcan only apply response time estimation approach");
log.info("\tcpu has " + numCores);
Resource cpu = ConfigurationFactory.eINSTANCE.createResource(); Resource cpu = ConfigurationFactory.eINSTANCE.createResource();
cpu.setName("CPU@" + host); cpu.setName("CPU@" + host);
cpu.setNumberOfServers(numCores); cpu.setNumberOfServers(numCores);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment