There are two dropdown lists that are used to select the snapshots to be presented by the profiler.
The Show snapshot list is used to select the primary snapshot. The data about live instances are retrieved from this snapshot, and thus all instances presented in the Type/Resource Details page and the Instance Details page are part of this snapshot. This snapshot is referred to as the “primary snapshot” in this manual. This list contains all snapshots that have been saved. When profiling a process (as opposed to working with a previously saved session), the list will also contain entries named “Latest” and “Previous,” which are the latest snapshot and the second-latest snapshot collected.
The Comparison snapshot list is used to select the snapshot to be used as a reference snapshot. All data that are compared against some other data use this snapshot for comparison. This includes:
• New instances (normal and disposed)
• Removed instances (normal and disposed)
• Delta instances (normal, disposed, undisposed, and memory leaks)
• Delta size
• Allocs/sec (or Allocs) and Bytes/sec (or Bytes alloced)
• Allocs/sec (or Allocs) in generation #0, #1, #2 and Large heap
This list always contains at least one entry called “Empty.” This is an empty snapshot that can be used when no comparison snapshot is wanted. This allows you to view all allocations that have been performed since the start of the profiler session. When profiling a process (as opposed to working with a previously saved session) the list will also contain an entry called “Previous,” which is the snapshot performed prior to the latest snapshot.
NOTE! The snapshots presented in the Comparison snapshot list have always been collected prior to the snapshot selected in the Show snapshot list.
The snapshot selected using the Comparison snapshot dropdown list is referred to as the “comparison snapshot” in this manual.
This document also uses the term “between snapshots,” which refers to the allocations and memory usage changes that have occurred between the snapshot selected in the Show snapshot list and the snapshot selected in the Comparison snapshot list.
|
.NET Memory Profiler User Manual © Copyright 2002-2008. SciTech Software AB. For information about .NET Memory Profiler, see the product site at http://memprofiler.com .NET Memory Profiler is developed by SciTech Software AB
|