-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Create a small component that will be displayed in the bottom right corner of the screen and that will show the current FPS of the app. This will be useful to debug performance issues and to see how the app is performing in different scenarios.
it should only be displayed when the app is compiled in debug mode
Extracted from:
coco/coco/src/view/main_component.rs
Lines 11 to 16 in 9d12938
| // TODO: implement debug-only fps counter | |
| // Create a small component that will be displayed in the bottom right corner of the screen | |
| // and that will show the current FPS of the app. This will be useful to debug performance | |
| // issues and to see how the app is performing in different scenarios. | |
| // | |
| // it should only be displayed when the app is compiled in debug mode |
Metadata
Metadata
Assignees
Labels
No labels