ASP.NET MVC 3 Profiler
The folks at StackOverflow have released an ASP.NET MVC 3 Profiler, called MVC-Mini-Profiler, on Google Code for performance profiling your ASP.NET MVC Web Applications.
In addition to profiling the response of your web application, the profiler will also profile calls to your database and check for duplicate and SELECT N+1 Queries from DbConnection, Entity Framework, and Linq2Sql. As a bonus, the ASP.NET MVC 3 Profiler will also profile AJAX Calls!
Learn more on Google Code.
The profiler has been added to the Tools Section in the list of ASP.NET MVC 3 Tutorials and Resources.


ASP.NET MVC 3 Profiler