Google+

.NET Memory Profiler

1

24 June 2002 by Ian Davis

.NET Memory Profiler [via Sam]:

.NET Memory Profiler is a tool for the .NET Common Language Runtime
that allows the user to track all objects that are allocated on the GC
heap. The user can collect snapshots of the GC heap and get
information about the instances allocated on the heap. The information
includes all classes, all instances of classes, the call stacks of the
instance allocations, the path to the root from each instance and a
comparison of consecutive snapshots. Comparing heap snapshots is a
very convenient and efficient way of detecting memory leaks in a
program.

One thought on “.NET Memory Profiler

  1. John Jones says:

    Can’t comment until I’ve downloaded it

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 1,721 other followers

%d bloggers like this: