I am looking to capture web application performance (total time taken) to visualize a code change impact. I am not looking at scientific precision method as of now (we may employ an automated tool at later stage) just a quick comparison will do.
My web application is ASP.NET MVC4 application. I am using Glimpse 1.8.2 and can see the request timing in Glimpse on browser. For a quick comparison, my plan is to capture timings first for few known request (i.e. SearchController.AddNewSearch()), deploy the change and then again monitor the time for comparison.
I was wondering if there is an option I can export the data Glimpse capture into xls or csv format.
Any suggestion?