Package contains: MethodStopwatch for measuring method execution time, Stress class for simulating CPU load for testing purposes.
$ dotnet add package Oakrey.DebugThe "Debug" project provides utilities for performance monitoring and stress testing in .NET applications. It includes tools to measure method execution time and simulate CPU load for testing purposes.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Debug and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Debug
Run the following command in your Package Manager Console:
Install-Package Oakrey.Debug
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.