My MVC3 application is not running as fast as I hoped. I'd like to find out if some of the database look ups are taking too long. Is there a way that I can time part of a block of code within a controller. For example:My MVC3 application is not running as fast as I