-
Notifications
You must be signed in to change notification settings - Fork 129
Added section about async profiler with cf java #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling Mistakes
- java/operating-applications/optimizing.md:56:8 Unknown word "Asprof"
- java/operating-applications/optimizing.md:57:34 Unknown word "asprof"
Generally, for each spelling mistake there are 2 ways to fix it:
- Fix the spelling mistake and commit it.
- The word is incorrectly reported as misspelled → put the word on the project-words.txt list, located in the root project directory.
Choosing an output filename with .html ending indicates to use the output type `flamegraph`, see [FlameGraph visualization](https://github.com/async-profiler/async-profiler/blob/master/docs/GettingStarted.md#flamegraph-visualization) | ||
::: | ||
|
||
`.html` files can be opened in a browser, `.jfr` files can be viewed with a viewer such as [OpenJDK Mission Control](https://openjdk.org/projects/jmc/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can jfr files also be opened in intellij or vscode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In IntelliJ only with the Ultimate Edition. For VSCode I'm not aware of any extension that could open jfr files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Johannes hat ein PLugin für intellij gebaut - nur das ist eher noch instabil. Du kannst ihn ja fragen, ob wir es schon verlinken sollen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linting Errors
- java/operating-applications/optimizing.md:73 Fenced code blocks should have a language specified
- java/operating-applications/optimizing.md:78 Fenced code blocks should have a language specified
- java/operating-applications/optimizing.md:83 Fenced code blocks should have a language specified
- java/operating-applications/optimizing.md:88 Fenced code blocks should have a language specified
- java/operating-applications/optimizing.md:93 Fenced code blocks should have a language specified
- java/operating-applications/optimizing.md:98 Fenced code blocks should have a language specified
- java/operating-applications/optimizing.md:103 Fenced code blocks should have a language specified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice docu - exactly what is required
@renejeglinsky, @smahati, we still need a review from one of you. We'd like to have this merged before the upcoming CAP Java release. |
Added section about how to use the https://github.com/SAP/cf-cli-java-plugin to run profiling with asprof. --------- Co-authored-by: BraunMatthias <[email protected]> Co-authored-by: Rene Jeglinsky <[email protected]>
Added section about how to use the https://github.com/SAP/cf-cli-java-plugin to run profiling with asprof.