Hey all,
Yesterday I released some new visualisations around the JIT compiler threads and their queues.
These new features allows you to see what was going on in each JIT compiler thread over time and check the length of the queue of tasks waiting for compilation. My thinking was whether JIT resource exhaustion (all compiler threads in use and important methods waiting to be compiled) has a measurable effect on performance.
As always, feedback very welcome!
Cheers,
Chris