Info
Version: | 0.6.1 |
Author(s): | hectorjsmith |
Last Update: | Thursday, March 31, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/hectorjsmith/csharp-performance-recorder |
NuGet Url: | https://www.nuget.org/packages/PerformanceRecorder |
Install
Install-Package PerformanceRecorder
dotnet add package PerformanceRecorder
paket add PerformanceRecorder
PerformanceRecorder Download (Unzip the "nupkg" after downloading)
Dependencies
- AspectInjector(>= 2.4.2)
Tags
Instrument your classes, methods, and properties by adding the [PerformanceLogging] attribute, enable performance recording, and use one of the provided formatters to generate the results.
Check out the documentation, changelog, and example project here:
https://gitlab.com/hectorjsmith/csharp-performance-recorder.