Export Profiler Report Data in Visual Studio 2010

You can export Visual Studio 2010 Profiler reports ( .VSP ) either in a CSV or an XML file format.  There are multiple options from where you can start exporting the reports data.  You can also use filter option before export the data.

To launch Export Report Data Dialog, in Performance explorer, select the report and select “Export Report Data” from the context menu.

image

Not only from Performance Explorer , you can launch the Export report dialog either from “Report summary view window” or from “Tool bar” of different report view as shown in below images.

imageimage

All of the above option will  launch “Export Report” dialog window.

image

 

Now, as per your requirement you can select the export view ( Call Tree, Modules, Processes etc. )  from the list of option available. Then provide the report prefix name and select the location. Finally select report format ( either CSV or XML ).

image

Click on “Export” . This will create different CSV files ( As you have selected CSV format ) for each and every view. 

image

To view those files, navigate to the exported report location .

Another simple way to export the profiler reports,  you can just do simple copy and  past of the data from visual studio profiler reports.

image

Hope this helps !

Cheers !

Aj

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.