Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MooBench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
MooBench
Commits
274d2e3e
Commit
274d2e3e
authored
4 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Debugging compile result.
parent
aa5fb56c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frameworks/Kieker/scripts/config
+3
-3
3 additions, 3 deletions
frameworks/Kieker/scripts/config
tools/compile-results/src/main/java/moobench/tools/compile/results/CompileResultsMain.java
+5
-0
5 additions, 0 deletions
...va/moobench/tools/compile/results/CompileResultsMain.java
with
8 additions
and
3 deletions
frameworks/Kieker/scripts/config
+
3
−
3
View file @
274d2e3e
...
@@ -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
This diff is collapsed.
Click to expand it.
tools/compile-results/src/main/java/moobench/tools/compile/results/CompileResultsMain.java
+
5
−
0
View file @
274d2e3e
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment