dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.18k stars 355 forks source link

Implement "gcheapdiff" dotnet-dump analyze command #194

Open mikem8361 opened 5 years ago

mikem8361 commented 5 years ago

Since this command will use CLRMD, it will depend on issue https://github.com/dotnet/diagnostics/issues/158.

mikem8361 commented 5 years ago

/cc: @tommcdon for assignment.

felipepessoto commented 5 years ago

We need to remove it from docs: https://github.com/dotnet/diagnostics/blob/master/documentation/design-docs/dotnet-tools.md

mikem8361 commented 5 years ago

That is a design doc. It is what we hope to achieve. We will eventually implement it.