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

Investigate on partial re-rendering of the UI with Conrod #70

Closed
valeriansaliou opened this issue Nov 17, 2020 · 1 comment
Closed

Investigate on partial re-rendering of the UI with Conrod #70

valeriansaliou opened this issue Nov 17, 2020 · 1 comment
Assignees
Milestone

Comments

@valeriansaliou
Copy link
Member

See: PistonDevelopers/conrod#1398

In release mode on the RPi, it's been measured that:

  • Total CPU usage (mean, constant) = 40% of 1 CPU core
  • 1 graph takes = 12-13% (that's 25% total)
  • The rest takes = 15%

Only the graph would need to be refreshed at a full 30 FPS in that case, meaning that 15% of the CPU time spent redrawing "the rest" could theoretically be cut out.

@valeriansaliou valeriansaliou self-assigned this Nov 17, 2020
@valeriansaliou valeriansaliou added this to the 2.1.0 milestone Nov 17, 2020
@valeriansaliou valeriansaliou changed the title Investigate on partial rendering of the UI with Conrod Investigate on partial re-rendering of the UI with Conrod Nov 17, 2020
@valeriansaliou
Copy link
Member Author

Won’t fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant