Reputation: 8821
I've been trying to find out this value out for hours now and to no avail. It's beginning to become quite frustrating.
I see this "% time spent in GC" mentioned everywhere (like https://msdn.microsoft.com/en-us/magazine/cc163528.aspx for example) but with no mention on how to retrieve it!
I've tried Visual Studio's memory profiler, ANTS (trial expired now), CLR Profiler, and PerfView. Where is this value stored so that I may read it?
Upvotes: 3
Views: 3646
Reputation: 133995
It's in Performance Monitor (perfmon.exe)
Upvotes: 5