ExecutionTimeMeasurement 1.0.0
Framework for .NET Framework 4.6.1 or greater, and .NET Core 2.0 or greater, to generate measurements about the times consumed by a method.
You can execute a method more than 1 time at the same time to measure all times consumed by each execution, getting the average time consumed in total.
Install-Package ExecutionTimeMeasurement -Version 1.0.0
dotnet add package ExecutionTimeMeasurement --version 1.0.0
<PackageReference Include="ExecutionTimeMeasurement" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExecutionTimeMeasurement --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ExecutionTimeMeasurement, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ExecutionTimeMeasurement as a Cake Addin
#addin nuget:?package=ExecutionTimeMeasurement&version=1.0.0
// Install ExecutionTimeMeasurement as a Cake Tool
#tool nuget:?package=ExecutionTimeMeasurement&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
v1.0 - First release of the Framework
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 913 | 9/14/2017 |