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
Is it possible to get the update and draw times displayed in the performance monitor from a pyxel function?
If not, the only way is to implement the acquisition process using the standard Python time.perf_counter(), but it would be easier and more convenient if the time displayed on the monitor could be acquired directly from a function, so I asked the question.
The text was updated successfully, but these errors were encountered:
Is it possible to get the update and draw times displayed in the performance monitor from a pyxel function?
If not, the only way is to implement the acquisition process using the standard Python time.perf_counter(), but it would be easier and more convenient if the time displayed on the monitor could be acquired directly from a function, so I asked the question.
The text was updated successfully, but these errors were encountered: