Skip to content
Snippets Groups Projects
Commit 274d2e3e authored by Reiner Jung's avatar Reiner Jung
Browse files

Debugging compile result.

parent aa5fb56c
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,9 @@ AOP="kieker.aop.xml" ...@@ -18,9 +18,9 @@ AOP="kieker.aop.xml"
# execution parameter # execution parameter
SLEEP_TIME=1 ## 30 SLEEP_TIME=1 ## 30
NUM_OF_LOOPS=10 ## 10 NUM_OF_LOOPS=1 #0 ## 10
RECURSION_DEPTH=10 ## 10 RECURSION_DEPTH=1 #0 ## 10
TOTAL_NUM_OF_CALLS=2000 #0 ## 2 000 000 TOTAL_NUM_OF_CALLS=2 #000 #0 ## 2 000 000
METHOD_TIME=5 #00 ## 500000 METHOD_TIME=5 #00 ## 500000
# end # end
...@@ -59,6 +59,11 @@ public class CompileResultsMain { ...@@ -59,6 +59,11 @@ public class CompileResultsMain {
rootNode = readJsonString(); rootNode = readJsonString();
} }
System.err.println("json " + jsonMainFile);
System.err.println("json " + jsonMainFile.getParentFile());
System.err.println("json " + jsonMainFile.getParentFile().getPath());
File jsonPartialFile = new File(jsonMainFile.getParentFile().getPath() + File.separator + PARTIAL_RESULT_FILENAME); File jsonPartialFile = new File(jsonMainFile.getParentFile().getPath() + File.separator + PARTIAL_RESULT_FILENAME);
File jsonRelativeFile = new File(jsonMainFile.getParentFile().getPath() + File.separator + RELATIVE_RESULT_FILENAME); File jsonRelativeFile = new File(jsonMainFile.getParentFile().getPath() + File.separator + RELATIVE_RESULT_FILENAME);
......
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