ANTS Memory Profiler 新版本發表

Released: Jul 10, 2019

10.2.1 中的更新

特性

  • GC roots are now read by memory dump analyzer.

修補程式

  • Fixed problems with accessing to instance categorizer for some types.

Released: May 16, 2019

10.2 中的更新

特性

  • Introduces support for analyzing process memory dumps.
  • It's now possible to open and analyze memory dump files (*.dmp).

Known issues

  • Memory dumps of 64-bit applications can only be opened when running AMP in a 64-bit environment.
  • Memory dumps of 32-bit applications can only be opened when running AMP in a 32-bit environment.
  • Memory dumps of applications targeting .NET Framework 3.5 and older cannot be opened.
  • When analyzing a memory dump, Instance retention graph can show limited data or...

Released: Sep 17, 2018

v10.1 中的更新

特性

  • Now fully supports .NET Core 2.1.
  • Now supports profiling .NET Core projects targeting multiple frameworks (using <TargetFrameworks> tag).

With this release, Redgate have officially removed support for Microsoft Silverlight due to its deprecation and lack of support in modern browsers.

修補程式

  • Fixed ArgumentOutOfRangeException that was thrown under specific conditions while opening the Instance list for some managed objects that access unmanaged memory.

Released: Jun 26, 2018

v10.0.2 中的更新

特性

  • Major features:
    • .NET Core 2.0 support.
    • ANTS Profiler is now correctly displayed on High DPI screens.
  • .NET Core features:
    • Added ability to provide command line arguments when profiling .NET Core applications.
    • When the path to the .NET Core assembly is entered, the working directory path now updates.
    • Improved GUI around .NET Core application's URL field.
    • Added an ability to enter environment variables for profiled application.
    • Incoming HTTP requests support for .NET Core.
    • Allow profiling of...

Released: Dec 18, 2017

8.12 中的更新

修補程式

  • Made snapshot API configurable and more reliable.
  • Support opening chosen method with Visual Studio 2017.

Released: Feb 8, 2017

8.11 中的更新

特性

  • Added support for profiling .NET Core applications.

Released: Feb 15, 2016

Updates in this release

Updates in 8.10

Fixes

  • MP-2398 - Fix crash when loading certain results files.
  • MP-2406 - Fix crash on invalid input in DNX profiling UI.
  • MP-1058 - When a process is not running in a snapshot, do not show graph data for it.
  • MP-2339 - Snapshots are no longer retained from previous sessions when results are loaded.
  • MP-2347 - Filters no longer offer classes from previously profiled assemblies.

Performance improvements
The object categorizer is faster for large collections of objects.

New features
The...

Released: Mar 17, 2011

Updates in this release

Updates in V7.0

  • Redesigned summary. This gives immediate feedback on where your memory is being used, and now warns you if problems with large object heap fragmentation are detected.
  • New Instance Categorizer graph. Groups the instances of the class that you are investigating by the shortest path to the GC root, allowing you quickly to spot any paths that should not hold references to the instances.
  • Redesigned and reorganized filters.
  • New 'show only survivors in growing classes' filter highlights...

Released: Jan 26, 2010

Updates in this release

Updates in 5.2

  • Fixed infinite progress hang when taking a snapshot whilst profiling Sharepoint.
  • Now warns about object reference fix-up problem when running application with Server GC; this has been raised as a bug on Microsoft Connect at https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483764.
  • Fixed CouldNotMapFileException when profiling an application with more than 46,000,000 objects on a 32-bit system.
  • Fixed problem where Dispose tracking only worked on...