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
I am using julia 1.7.3 and when I try to run Profile.clear() or @profile f(args...); I get an UndefVarError: Profile/@profile not defined.
The documentation mentions that this error can occur in vscode for @profview but I am not using vscode (it is installed on my computer but I do not use it).
The text was updated successfully, but these errors were encountered:
Hello,
I am using julia 1.7.3 and when I try to run
Profile.clear()
or@profile f(args...);
I get anUndefVarError: Profile/@profile not defined
.The documentation mentions that this error can occur in vscode for @profview but I am not using vscode (it is installed on my computer but I do not use it).
The text was updated successfully, but these errors were encountered: