Skip to content

Commit

Permalink
Fix JfrVisualization URL (async-profiler#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
70data authored Dec 11, 2024
1 parent 5054a6b commit 5ebc82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/OutputFormats.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ async-profiler currently supports the below output formats:
- `jfr` - Java Flight Recording(JFR) is a widely known tool for profiling Java applications. The `jfr` format collects data
about the JVM as well as the Java application running on it. async-profiler can generate output in `jfr` format
compatible with tools capable of viewing and analyzing `jfr` files. Java Mission Control(JMC) and Intellij IDEA are
some of many options to visualize `jfr` files. More details [here](https://github.com/async-profiler/async-profiler/blob/master/JfrVisualization.md).
some of many options to visualize `jfr` files. More details [here](https://github.com/async-profiler/async-profiler/blob/master/docs/JfrVisualization.md).

0 comments on commit 5ebc82d

Please sign in to comment.