Skip to content
Drew Marsh edited this page May 15, 2013 · 2 revisions

The following DumpXXX methods support heap analysis.

Heap Stats By Type

DumpHeapStatsByType()

DumpHeapStatsByType(string typeName)

DumpHeapStatsByType(long minSize)

DumpHeapStatsByType(long minSize, string typeName)

DumpHeapStatsByType(long minSize, long maxSize, string typeName)

Finalizer Queue Heap Stats By Type

DumpFinalizerQueueHeapStatsByType()

DumpFinalizerQueueHeapStatsByType(string typeName)

DumpFinalizerQueueHeapStatsByType(long minSize)

DumpFinalizerQueueHeapStatsByType(long minSize, string typeName)

DumpFinalizerQueueHeapStatsByType(long minSize, long maxSize, string typeName)

Indivual Object Analysis

DumpObjects(string typeName)

DumpObject(ulong objectRef, bool dumpFields = false)

Array Analysis

DumpArray(ulong objectRef, bool dumpFields = false)

DumpArray(ulong objectRef, int startIndex)

DumpArray(ulong objectRef, int startIndex, int length)

DumpArray(ulong objectRef, int startIndex, int length, bool dumpFields)