previous      content      next
Memory snapshot

A memory snapshot represents the memory state of the profiled application at the moment it was captured. It contains information about all loaded classes, about all existing objects, and about references between objects.

Also, the snapshot contains values of primitive types (System.Int16, System.Char, System.Boolean etc.) stored in fields and array elements. Read more.

Optionally, snapshot can contain information about object allocations.

How to capture a memory snapshot

previous      content      next