Info
Version: | 5.7.25 |
Author(s): | SciTechSoftware |
Last Update: | Friday, December 17, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SciTech.NmpDataCollector |
Install
Install-Package SciTech.NmpDataCollector
dotnet add package SciTech.NmpDataCollector
paket add SciTech.NmpDataCollector
SciTech.NmpDataCollector Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
Tags
Add this data collector to the .runsettings file to run the unit tests under the .NET Memory Profiler tool NmpCore.
The unit test can then use the .NET Memory Profiler API (SciTech.MemProfilerApi)
to collect memory usage information and perform memory assertions.
For more information, see https://memprofiler.com/nmpcore, and https://memprofiler.com/api-examples.