From d1ed68463f11809f5a90d24825c79bc56c6bede4 Mon Sep 17 00:00:00 2001 From: Suneet Kamath Date: Mon, 23 Feb 2026 15:08:39 +0000 Subject: [PATCH] Add JVM Hotpath to Performance analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9b442ce..5f3187c0 100644 --- a/README.md +++ b/README.md @@ -914,6 +914,7 @@ _Tools for performance analysis, profiling and benchmarking._ - [JITWatch](https://github.com/AdoptOpenJDK/jitwatch) - Analyze the JIT compiler optimisations made by the HotSpot JVM. - [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targeting the JVM. (GPL-2.0 only WITH Classpath-exception-2.0) - [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. +- [JVM Hotpath](https://github.com/sfkamath/jvm-hotpath) - Java agent for line-level execution frequency analysis. Tracks how many times each line executes to find algorithmic issues. ### Platform