A data collection tool to support the StringDedup feature.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
.NET Core 3.1 is required, it can be installed here.
Set your working directory to <repo_root>/src
cd src
And then build using the dotnet
command
dotnet build
Set your working directory to <repo_root>/src/StringDedupAnalyzer
cd src/StringDedupAnalyzer
and then execute the tool as follow
dotnet run path/to/dmp
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
In addition to code fixes, we are actively looking for data. Please take a look at the data collection page for more information.
- Andrew Au - Initial work - cshung
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- The project depends on Microsoft.Diagnostics.Runtime for managed heap analysis.