Info
Version: | 1.0.1 |
Author(s): | Joshua Hillmann |
Last Update: | Friday, April 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/joshua211/MinimalProfiler/tree/master |
NuGet Url: | https://www.nuget.org/packages/minimalprofiler |
Install
Install-Package minimalprofiler
dotnet add package minimalprofiler
paket add minimalprofiler
minimalprofiler Download (Unzip the "nupkg" after downloading)
Dependencies
- Lib.Harmony(>= 2.0.2)
- Microsoft.Extensions.Logging(>= 3.1.9)
- Microsoft.Extensions.Logging.Console(>= 3.1.9)
Tags
It Can track method execution time
by adding a single attribute to any method.