diff options
author | Hannes Greule <SirYwell@users.noreply.github.com> | 2024-11-21 10:15:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 09:15:32 +0000 |
commit | 368ba2fdcf38f256812d558ea81f62bd6f7a43cc (patch) | |
tree | 09ec0342135744c8b750354680d0df112bab2f94 /README.md | |
parent | ddb0097142a0ef2635f53695b0b92fda855adb4a (diff) | |
download | spark-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.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |