#High GC Alloc disappears in Deep Profile mode?
1 messages · Page 1 of 1 (latest)
You are not seeing it as a spike because deep profile inflates the whole execution time. You should still be able to see the general call stack causing the gc and then find that method in deep profiling
That is what I thought as well, but nope. Its like it isn't even being called. Did a search for it too.
No idea what is going on with it. But also seems like it isn't even the thing causing the lag that I was trying to track down anyway.
I’m not sure of a method not being called because of deep profiling…this is strange
Yeah that was my thinking too. I have used deep profiling a lot and never ran in to issues like this.
are you able to find it still outside of deep profile?
Yeah, shows up fine when not deep profiling
What do you see in the profiler hierarchy during this spike?
I see the method that is causing the spike? 😛
Mainly it is a bunch of GC calls. The method is in a DLL, so I am assuming that is why it isn't showing more.