Is there a C#/.NET equivalent for the JVM's JMC+JFR for continuous profiling in production?

320 views Asked by At

Java Flight Recorder (JFR) coupled with JDK Mission Control provides an excellent platform for continuous/always-on profiling in production.

Is there an analogous offering for C#/.NET (Core)? I read about EventCounters but those only seem to be a subset, and don't provide a live stack trace hotspot view.

0

There are 0 answers