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
We want to see how much time is spent in various portions of the code. This would store raw time durations for various pieces of code in a dict-like structure and make the data available to Python code.
We want to see how much time is spent in various portions of the code. This would store raw time durations for various pieces of code in a dict-like structure and make the data available to Python code.
This would be in addition to logging #107