Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it safe to delete performance session files for visual studio 2012?

Is it safe to delete performance session files for Visual Studio 2012?

I did profiling, and removed the session files only from the project but they were not deleted from the project directory. Now I have huge files, around 8 GB with extensions .psess, .vsp and .vspx, and I am not sure if it is safe to manually delete them.

enter image description here

like image 970
user2381422 Avatar asked Jul 03 '13 18:07

user2381422


1 Answers

Yes, if you no longer need your performance reports, you can delete them. You can either delete them from the file system directly or, if you prefer using the Performance Explorer in Visual Studio, you can delete your reports from there as well.

like image 121
mandaleeka Avatar answered Nov 15 '22 06:11

mandaleeka