PyCharm profiler - results location
Answered
Hi all,
I use the built-in profiler and would like to open previous profiling results when running a script on a remote server (by SSH interpreter)
- Where are they stored on my machine? I cannot find anything inside the .idea project folder (local and remote)
- Can I change the result directory?
NOTE I use MacOS and PyCharm professional 2019.2.4.
Thanks!
Please sign in to leave a comment.
1) It shows you the location after execution:
2) No, it can't be changed.
Can this still not be changed? Snapshots fail to save on remote interpreters because they try to save to a location on my desktop, which does not exist on the remote server.