Skip to content
Snippets Groups Projects
Commit 73d83df2 authored by Christian Wulf's avatar Christian Wulf
Browse files

added performance logs

parent d5baa4d6
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,5 @@ appender("CONSOLE", ConsoleAppender) {
root WARN, ["CONSOLE"]
//logger "teetime.variant.methodcallWithPorts.stage", DEBUG, ["CONSOLE"]
\ No newline at end of file
//logger "teetime.variant.methodcallWithPorts.stage", DEBUG, ["CONSOLE"]
logger "teetime.variant.methodcallWithPorts.stage", INFO
\ No newline at end of file
/timings.txt
......@@ -182,7 +182,7 @@ public class KiekerLoadDriver {
recordReceiver.close();
}
PrintStream ps = new PrintStream(new BufferedOutputStream(new FileOutputStream(outputFile, true), 8192 * 8), false, "UTF-8");
PrintStream ps = new PrintStream(new BufferedOutputStream(new FileOutputStream(outputFile), 8192 * 8), false, "UTF-8");
try {
for (long timing : kiekerLoadDriver.timings) {
ps.println("0;" + timing);
......
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