You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnSpy stores JIT metrics in AppData/Local/dnSpy. I would like to use dnSpy as a portable app and redirect all config/data files to a custom directory. I can change the settings path using --settings-file, but there's no way to change the metrics path:
Problem Description
dnSpy stores JIT metrics in
AppData/Local/dnSpy
. I would like to use dnSpy as a portable app and redirect all config/data files to a custom directory. I can change the settings path using--settings-file
, but there's no way to change the metrics path:dnSpy/dnSpy/dnSpy/MainApp/BGJitUtils.cs
Line 33 in ca6a050
Proposal
Add a
--profile-dir
CLI argument todnSpy.exe
, which changes where the metrics and profiles are stored to the passed path.Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: