Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ A curated list of awesome JVM low level, performance and non-framework related s
* [allocation-instrumenter](https://github.com/google/allocation-instrumenter) - Java agent that rewrites bytecode to instrument allocation sites.
* [aprof](https://github.com/Devexperts/aprof) - Java memory allocation profiler.
* [async-profiler](https://github.com/jvm-profiling-tools/async-profiler) - Sampling CPU profiler for Java featuring AsyncGetCallTrace + perf_events.
* [BitDive](https://bitdive.io) - Runtime profiler for Java/Kotlin with distributed tracing, method-level latency measurement, and service maps.
* [BTrace](https://github.com/jbachorik/btrace) - a safe, dynamic tracing tool for the Java platform.
* [Byteman](http://byteman.jboss.org/) - tracing, monitoring and testing tool for Java
* [bytestacks](https://github.com/cl4es/bytestacks) - Turn JVM bytecode execution into flame graphs.
Expand Down