I am writing an ASP.NET MVC application and I see the seemingly random performance from one of my actions. My initial step is that garbage collection comes into play and pauses the application for a while, but I cannot find a button / switch that will prove or disprove my theory.
None of the java users there -verbose:gc is a command line switch that you can pass to a Java application that will print the JVM when the GC event occurs and how long it takes.
I tried to use the performance tool vs2010 and JetBrains dotTrace, both of which are a bit like using a thermonuclear weapon to crack a small nut.
Gareth davis
source share