-
-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Description
Axmol has a feature to display the FPS counter over the UI via ax::Director::setStatsDisplay(). I would like this function to also display the duration of the last update. Ideally I would like to be able to retrieve this duration too, so I can plot them.
The problem I would like to solve with this is the following. If I add a processing that turns my update from 2 ms to 15 ms, it is a very expensive processing, but I won't see it because the FPS counter would still be at 60. It's only when I'll introduce the next feature that would costs 2 ms (for example) that I would see a drop. Unfortunately it would be quite late.
Metadata
Metadata
Assignees
Labels
No labels