StopWatch by Rick Anderson

<PackageReference Include="StopWatch" Version="1.0.5" />

Package Files

3,427 bytes

 StopWatch 1.0.5

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.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>StopWatch</id>
    <version>1.0.5</version>
    <title>Stopwatch filter for ASP.NET MVC</title>
    <authors>Rick Anderson</authors>
    <owners>Rick Anderson</owners>
    <projectUrl>http://blogs.msdn.com/b/webdev/archive/2014/07/29/profile-and-time-your-asp-net-mvc-app-all-the-way-to-azure.aspx</projectUrl>
    <iconUrl>https://dl.dropboxusercontent.com/u/18075777/SW.PNG</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <summary>Drop in this filter to time all your action methods. See the ReadMe.txt file for details.</summary>
    <tags>AspNetMVC MVC performance profiling timing stopwatch measurement Timer</tags>
  </metadata>
</package>