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 checked the profiling hook in pytypes, and they do two things we should also do:
save and restore the previously active profiler
in a thread, when the profiling callback is run after profiling has been stopped, reset the hook
(note: this should only be done after it's been stopped -- not after it's been paused)
The text was updated successfully, but these errors were encountered:
I checked the profiling hook in pytypes, and they do two things we should also do:
(note: this should only be done after it's been stopped -- not after it's been paused)
The text was updated successfully, but these errors were encountered: