how to print the calltree view of a VSP file
On an internal email thread, Maxim recommended the following suggestions for printing out the calltree view data of a VSP file:
- Run vsperfreport /summary:CallTree file.vsp , and then open the .CSV file in Excel
- Open VSP in VS, copy data from CallTree view and paste into another application like notepad
- Take a screenshot while CallTree view is open
- Right click the report inside the IDE and select "Export Report" - this will allow you to create a .csv or .xml report and print in that form (hiding the columns in Excel first to make it human readable)