Skip to content

Commit eb6d5ea

Browse files
authored
Update 2_async-profiler.md
1 parent 6c80a82 commit eb6d5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/java-perf-flamegraph/2_async-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 3
66
layout: learningpathall
77
---
88

9-
## Java Flame Graph Generation via async-profiler [async-profiler](https://github.com/async-profiler/async-profiler)
9+
## Java Flame Graph Generation using [async-profiler](https://github.com/async-profiler/async-profiler)
1010
- `async-profiler` is a low-overhead sampling profiler for JVM applications, capable of capturing CPU, allocation, and lock events to generate actionable performance insights.
1111
- A lightweight tool for Java performance analysis, `async-profiler` produces flame graphs and detailed stack traces with minimal runtime impact, suitable for production environments.
1212

0 commit comments

Comments
 (0)