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 would love to have a way to know how many run() calls are happening per second across all of my ParallelActions & SequentialActions. There isn't a way to do that from the user's end because ParallelActions and SequentialActions silently stack the actions inside of themselves.
Basically, I want to be able to do something along the lines of Actions.getActionsPerSecond() and see how many actions are happening per second.
The text was updated successfully, but these errors were encountered:
I would love to have a way to know how many run() calls are happening per second across all of my ParallelActions & SequentialActions. There isn't a way to do that from the user's end because ParallelActions and SequentialActions silently stack the actions inside of themselves.
Basically, I want to be able to do something along the lines of
Actions.getActionsPerSecond()
and see how many actions are happening per second.The text was updated successfully, but these errors were encountered: