aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHannes Greule <SirYwell@users.noreply.github.com>2024-11-21 10:15:32 +0100
committerGitHub <noreply@github.com>2024-11-21 09:15:32 +0000
commit368ba2fdcf38f256812d558ea81f62bd6f7a43cc (patch)
tree09ec0342135744c8b750354680d0df112bab2f94 /README.md
parentddb0097142a0ef2635f53695b0b92fda855adb4a (diff)
downloadspark-368ba2fdcf38f256812d558ea81f62bd6f7a43cc.tar.gz
spark-368ba2fdcf38f256812d558ea81f62bd6f7a43cc.tar.bz2
spark-368ba2fdcf38f256812d558ea81f62bd6f7a43cc.zip
Upgrade async-profiler to v3 (#386)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 74db6fb..0c2fcb6 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ It is:
It works by sampling statistical data about the systems activity, and constructing a call graph based on this data. The call graph is then displayed in an online viewer for further analysis by the user.
There are two different profiler engines:
-* Native `AsyncGetCallTrace` + `perf_events` - uses [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) (*only available on Linux x86_64 systems*)
-* Built-in Java `ThreadMXBean` - an improved version of the popular [WarmRoast profiler](https://github.com/sk89q/WarmRoast) by sk89q.
+* Native/Async - uses the [async-profiler](https://github.com/async-profiler/async-profiler) library (*only available on Linux & macOS systems*)
+* Java - uses `ThreadMXBean`, an improved version of the popular [WarmRoast profiler](https://github.com/sk89q/WarmRoast) by sk89q.
### :zap: Memory Inspection