How to change location of saved Performance Report files (VSP) for Python Profiler? -


i'm using python tools (py 3.5) , visual studio 2015 profile project (analyze -> launch python profiling). report saved in temp folder @ c:\users\<user>\appdata\local\temp on c drive, ssd ~110 gb.

these 2 questions same mine [1, 2], except first 1 has solution of changing temp directory (which don't want do, i'm looking fix won't affect entire computer); , second 1 not work python profiling (i don't see options mentioned the documentation)

how change location of saved vsp file visual studio 2015 python profiling?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -