Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 181 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 181 Bytes

jvmti-profiler

A toy (and unusable) deterministic Java CPU profiler

The JVM TI reference explicitly advises against using MethodEntry/MethodExit for profiling, so here we are ;)