Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker-TeeTime-Stages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
TeeTime
Kieker-TeeTime-Stages
Commits
d9509e32
Commit
d9509e32
authored
9 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Remove old, unused code
parent
99bd9a0b
No related branches found
No related tags found
1 merge request
!17
Get impletemented stages and Java 8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/kieker/analysis/TraceAnalysis.java
+0
-30
0 additions, 30 deletions
src/main/java/kieker/analysis/TraceAnalysis.java
with
0 additions
and
30 deletions
src/main/java/kieker/analysis/TraceAnalysis.java
+
0
−
30
View file @
d9509e32
...
...
@@ -21,36 +21,6 @@ public final class TraceAnalysis {
final
Execution
<
TraceAnalysisConfiguration
>
analysis
=
new
Execution
<>(
traceAnalysisConfiguration
);
analysis
.
executeBlocking
();
// ******* TEMP
/*
* for (OperationCall operationCall : traceAnalysisConfiguration.getOperationCalls()) {
* System.out.println(operationCall.getOperation() + " " + operationCall.getDuration());
* for (OperationCall childrenOperationCall : operationCall.getChildren()) {
* System.out.println("+-->" + childrenOperationCall.getOperation() + " " + childrenOperationCall.getDuration());
* for (OperationCall cd2OperationCall : childrenOperationCall.getChildren()) {
* System.out.println("..+-->" + cd2OperationCall.getOperation() + " " + cd2OperationCall.getDuration());
* }
* }
* }
* // *************
*
* try (Writer writer = new BufferedWriter(new OutputStreamWriter(
* new FileOutputStream("example/event monitoring log/output/call-graph.dot"), "utf-8"))) {
* writer.write("something");
* writer.write("\n");
* writer.write("second line");
* } catch (UnsupportedEncodingException e1) {
* // TODO Auto-generated catch block
* e1.printStackTrace();
* } catch (FileNotFoundException e1) {
* // TODO Auto-generated catch block
* e1.printStackTrace();
* } catch (IOException e1) {
* // TODO Auto-generated catch block
* e1.printStackTrace();
* }
*/
}
}
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