Call Stacks/Methods Page
When an instance is allocated, the call stack of the allocation is saved. The Call stacks/Methods page is used to present information about all saved call stacks and methods. The allocation stacks can be useful for finding code that performs excessive allocations. They can also be used to locate call stacks or methods that are responsible for creating a large number of live instances. Call stacks and methods presentation is separated in two views, accessible using the Call stacks page and the Methods page.
Above the view pages there are two checkboxes that can be used to select which allocations should be included:
Include managed allocations
This checkbox can be used to include allocations of managed instance in the call stacks and methods view.Include native resource allocations
This checkbox can be used to include allocations of native resource instance in the call stacks and methods view.