Why does the .NET Object Allocation Tool always says "No Allocation Occurred in the selected Timespan"?

Viewed 12

I've been trying to figure out some of the memory issues I am having in an application. I was trying to use the .NET Object Allocation Tool to do so.

After letting it run through a scenario (a rather heavy one), the tool eventually loads, but only shows the following:

object allocation tool

I would imagine I should have loads of allocations, but according to the tool, there are none, no matter what timespan I span across. Do I have to do something to enable this or am I missing something else??

0 Answers
Related