Custom JFR events
octylFractal opened this issue ยท 0 comments
The Problem
Profiling WorldEdit can be difficult. Usually we use something like VisualVM or async-profiler, but the JVM has a great option built-in that is also supported by MC: JFR!
A Solution
Add custom events for JFR to WorldEdit, see https://inside.java/2022/04/25/sip48/.
Alternatives
Do nothing, keep profiling as-is. It's more complex to set up.
Anything Else?
No response