I'm working on a data analysis program that currently takes ~15m to run. Ssing VS2015's diagnostic tools, I can see that it is doing a lot of GC collections.
I'd like to see how that is impacting the total performance of the application. Is there any way to see what the % of time in GC is?
Using C# in Visual Studio 2015.