Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

SciTech NET Memory Profiler 3.1.312

Posted By: h3nd3rs0n
SciTech NET Memory Profiler 3.1.312

SciTech NET Memory Profiler 3.1.312 | 15 MB

NET Memory Profiler is a powerful tool for finding memory leaks and optimizing the memory usage in programs written in C#, VB.NET ,NET language. Memory leaks are a reality, even in a garbage collected environment like .NET, and by using .NET Memory Profiler it is possible to avoid performance problems that might not be detected by normal testing. Version 3 introduces features such as an unmanaged resources tracker, the possibility to attach to a running .NET process and the possibility to import memory dump files.

.NET Memory Profiler will help you to:

*
View real-time memory and resource information

The profiler presents real-time information about all .NET instance allocations performed on the garbage collected heap and all instances that reside on the heap.
*
Easily identify memory leaks by collecting and comparing snapshots of .NET memory

Snapshots include data about the .NET instance allocations and live instances at the time the snapshot was collected. They provide a lot of useful information and make it easy to identify potential memory leaks, especially when two snapshots are compared.
*
Find instances that are not properly disposed

The profiler also contains a dispose tracker, which provides additional data about disposable instances (i.e. instances of classes implementing the System.IDisposable interface).
*
Get detailed information about unmanaged resource usage

The unmanaged resources tracker can collect detailed information about unmanaged resources (such as HWND, HBITMAP and unmanaged memory) and present it together with the .NET memory information.
*
Optimize memory usage

The heap-utilization tracker will tell you how the managed heaps are used. Together with the real-time view and the dispose tracker this information can be used to optimize the memory usage of the application.
*
Investigate memory problems in production code

Profiling memory problems in production code is greatly simplified by using the "attach to process" feature and the possibility to import memory dump files.