Skip to content

Conversation

@almarklein
Copy link
Member

@almarklein almarklein commented Nov 12, 2025

We already supported RenderCanvas(title='bla bla $fps') to show FPS. Now you can also do RenderCanvas(title='bla bla $ms ms') to show the frame-time.

FPS is a familiar measure but not very suited for benchmarking and comparing performance; If there is 1ms exta work, an fps of 1000 drops to 500, while an fps of 100 drops to 91 fps, and an fps of 60 drops even less.

In work like #138, using the frame-time puts things in perspective, and it fluctuates less.

@almarklein almarklein merged commit 89e05ae into main Nov 13, 2025
13 checks passed
@almarklein almarklein deleted the ms branch November 13, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants