Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
745 stars 54 forks source link

Windows: Java profiling #633

Open Jongy opened 1 year ago

Jongy commented 1 year ago

I suggest we go with JFR.

We will need to get jattach for Windows - for example here. Then implement the JFR profiler as I suggested in #496 and it will work fine for Windows.

I suggest first trying to run JFR profiling on Windows to ensure JFR is supported properly.