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 benchmarking some code locally. In the code, I am calling Timer.record(), which is causing significant performance issues. It's causing the code to take almost 10 times longer to run. The tally version is 0.9.1.
Here is a screenshot of the Timer class.
Could you please fix this performance issue with the record() function?
The text was updated successfully, but these errors were encountered:
I am benchmarking some code locally. In the code, I am calling
Timer.record()
, which is causing significant performance issues. It's causing the code to take almost 10 times longer to run. The tally version is 0.9.1.Here is a screenshot of the Timer class.
Could you please fix this performance issue with the
record()
function?The text was updated successfully, but these errors were encountered: