}
protected void collectData(ToolConfig config, long time, MigrationResult result) {
super.collectData(config, time, result);
TopParser p = new TopParser(makeWorkingDirName(time) + "/top.log");
p.parse();
ExecutionFootprintList performance = p.getList();
//log.debug(performance.toString());
for (MeasurableProperty property: getMeasurableProperties()) {
if (!property.getName().startsWith("machine:")) {
Measurement m = new Measurement();