Skip to content

Add JVM Hotpath - line-level execution frequency analyzer#1185

Merged
akullpp merged 2 commits intoakullpp:masterfrom
sfkamath:master
Apr 12, 2026
Merged

Add JVM Hotpath - line-level execution frequency analyzer#1185
akullpp merged 2 commits intoakullpp:masterfrom
sfkamath:master

Conversation

@sfkamath
Copy link
Copy Markdown
Contributor

Adds JVM Hotpath to the Performance analysis section.

JVM Hotpath is a Java agent for line-level execution frequency analysis. It tracks how many times each line executes to find algorithmic issues and logic errors - different from traditional profilers which focus on CPU time.

@akullpp akullpp merged commit 7b24e33 into akullpp:master Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants