Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote delta time debug log to warning #10146

Open
cart opened this issue Oct 16, 2023 · 0 comments
Open

Promote delta time debug log to warning #10146

cart opened this issue Oct 16, 2023 · 0 comments
Labels
A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen A-Time Involves time keeping and reporting C-Usability A targeted quality-of-life change that makes Bevy easier to use

Comments

@cart
Copy link
Member

cart commented Oct 16, 2023

What problem does this solve or what need does it fill?

In #10145 I demoted this to a debug! log because it is regularly triggered when doing things like loading scenes.

This is a useful warning (as it is an indicator of doing too much work in Update / it means a hitch occurred), but it is currently unactionable for this common case, which is why we opted to disable it.

What solution would you like?

Ideally we can move the work from our scene / rendering code that causes this hitch out of Update and onto a separate thread. This would both solve a hitching problem and allow us to promote this log back to a warning without spamming peoples' consoles.

@cart cart added C-Feature A new feature, making something new possible S-Needs-Triage This issue needs to be labelled and removed S-Needs-Triage This issue needs to be labelled labels Oct 16, 2023
@alice-i-cecile alice-i-cecile added C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Design This issue requires design work to think about how it would best be accomplished A-Time Involves time keeping and reporting A-Rendering Drawing game state to the screen A-Assets Load files from disk to use for things like images, models, and sounds and removed C-Feature A new feature, making something new possible S-Needs-Design This issue requires design work to think about how it would best be accomplished labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen A-Time Involves time keeping and reporting C-Usability A targeted quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

No branches or pull requests

2 participants