This simple filter allows you to time all your action methods. See the ReadMe.txt file for details. See http://blogs.msdn.com/b/webdev/archive/2014/07/29/profile-and-time-your-asp-net-mvc-app-all-the-way-to-azure.aspx for details.
Provides ASP.NET Core request middleware that starts and manages a stopwatch specific to the current request.
The value of the stopwatch is made available in the request's `HttpContext`, and the final value at the end of the request
is logged for future analysis.
Simple library to help compare the performance of different algorithms. Create your tests by writing classes that implement the IPerformanceTest interface. The library will run all such tests in the specified assembly and provide the results, which include a description of the test, the time in...
More information
This package includes diagnostics helpers such as:
- FileEventLogger for logging debug, info, warning, error, and critical messages to a file.
- AppDiagnostics for providing an application-wide exception handler.
- StopwatchHelper to help track the time of multiple long running...
More information