User Manual > Real-Time Page

Real-time Types/Resources

realtimetypes

The real-time Types/Resources view is accessed by selecting the appropriate page in the tab control under the Real-time page.

This view consists of a grid that shows real-time data for each type and resource in the profiled process. The entries can be sorted by clicking on the column headers.

The following columns are used to present information about each class:

      Graph

This column is used to indicate whether the class should be available in the Graph and Statistics view. By checking this check box, it is possible to include several plots of the class statistics in the Graph and Statistics view.

      Namespace/System

This column shows the namespace name of the class.

      Name/Resurce

This column shows the name of the class.

      Total instances

This column shows the total number of type or resource instances that exists. For managed types, this includes both instances that are reachable and instances that cannot be reached.

      Live instances (last GC)

For managed types, this column shows the number of type instances that were reachable at the time of the last GC. For unmanaged resources, this number is the same as the “Total instances” number, except it is only updated at garbage collects.

For all field sets except Dispose info, the following columns are also used:

      Total bytes

This column shows the total number of bytes used by all instances of the type or resource. For managed types, this includes both instances that are reachable and instances that cannot be reached.

      Live bytes (last GC)

This column show the number of bytes used by the instances of the type or resource. For managed types, this number only includes instances that were reachable at the time of the last GC. For unmanaged resources, this number is the same as the “Total bytes” number, except it is only updated at garbage collects.

      Allocs/sec

This column shows how many allocations of the type or resource that have been performed during the last second.

      Bytes/sec

This column shows how many bytes have been allocated for the type or resource during the last second.

If the Dispose info view is selected, only disposable types are included and the following columns are also included:

      Disposed instances

This column shows the number of type instances that were disposed at the time of the last GC, but are still reachable.

      Undisposed instances

This column shows the number of type instances that have been garbage collected without being properly disposed.

.NET Memory Profiler User Manual

© Copyright 2002-2013. 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