dotMemory 2017.3 Help

Creation Stack Trace

The Creation Stack Trace view shows the stack trace responsible for creating a selected instance.

Use this view to answer the question "What function has created the object?" This view is similar to the Back Traces view used for analyzing object sets.

Calls are shown starting from the one that directly created the instance descending to the first call in the stack.

The list of calls consists of the following columns:

NameDescription
Function Function name.
Namespace The namespace a call belongs to.

Selecting objects for further analysis

In the Creation Stack Trace view, you can select the following subjects for further analysis:

To select the objects that are exclusively retained by the analyzed objects set

  • Click the open retained objects button Open objects retained by this set button.

    After this, the Exclusively retained objects subject will be added to the Analysis Path and the list of desired objects will be displayed in the Group by Types view.

Last modified: 16 April 2018

See Also