Searched refs:workerOutput (Results 1 – 1 of 1) sorted by relevance
48 private File workerOutput; field in CaliperTestWatcher72 workerOutput = Files.createTempDir(); in run()75 "-Cworker.output=" + workerOutput.getPath(), in run()92 if (workerOutput != null) { in finished()93 for (File f : workerOutput.listFiles()) { in finished()96 workerOutput.delete(); in finished()121 return workerOutput; in workerOutputDirectory()