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.
DateTimeAbstractions is an testable alternative to the static methods on DateTime and DateTimeOffset.
Includes an analyzer/codefix finding usages of DateTime to replaces it with out testable alternative.
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