TickProfiler
TickProfiler copied to clipboard
Sampling profiling
Start up another process
Run https://github.com/jvm-profiling-tools/honest-profiler
Uses AsyncGetCallTrace so it is usually more accurate than JVisualVM - no safepoint bias.
Should recommend/require using -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints JVM args for this?