VS2013 Profiler: location of collected data

泄露秘密 提交于 2019-12-11 14:19:37

问题


On my machine I two drives: C(128GB SSD) and D( 1Tb HardDisk). In VS2013 I'm analysing the memory usage of an application I've developed. I had installed VS in C and run one of those memory usage analysis from Analysis>Performance and Diagnostics>Memory Ussage. All fine here.

My problem is that I'm short of space in C and I can't run long analysis. Therefore, I decided to uninstall VS from C and install it in D hoping that all this profiling info was going to be (temporarily, i.e. the file created and updated while running the analysis) stored somewhere in D:\Visual Studio\ . However, this is not the case. It's still stored somewhere in C, and therefore I still have the same problem as before. Is there a whay to modify this default location?


回答1:


As suggested by Hans Passat, I just needed to change the location of my TEMP directory. The first answer in this link describes how to do it. After following those 5 steps a system restart is required.



来源:https://stackoverflow.com/questions/37791137/vs2013-profiler-location-of-collected-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!