From: Filip Navara Date: Mon, 21 Aug 2023 22:50:54 +0000 (+0200) Subject: Mention dotnet-heapview as x-plat tool for viewing .gcdump files (#4147) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055542~38^2^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87aec982787f7dafeb590cd6ef637f6b87eb019f;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Mention dotnet-heapview as x-plat tool for viewing .gcdump files (#4147) --- diff --git a/documentation/dotnet-gcdump-instructions.md b/documentation/dotnet-gcdump-instructions.md index 31756432e..078785bc8 100644 --- a/documentation/dotnet-gcdump-instructions.md +++ b/documentation/dotnet-gcdump-instructions.md @@ -48,7 +48,7 @@ Writing gcdump to 'C:\git\diagnostics\src\Tools\dotnet-gcdump\20191023_042913_24 ## Viewing the gcdump captured from dotnet-gcdump -On Windows, `.gcdump` files can be viewed in [PerfView](https://github.com/microsoft/perfview) for analysis or in Visual Studio. There is not currently a way of opening a `.gcdump` on non-Windows platforms. +On Windows, `.gcdump` files can be viewed in [PerfView](https://github.com/microsoft/perfview) for analysis or in Visual Studio. On non-Windows platforms, [dotnet-heapview](https://github.com/1hub/dotnet-heapview) can be used as a simple viewer. You can collect multiple `.gcdump`s and open them simultaneously in Visual Studio to get a comparison experience.