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

Fix clock CPU utilization #1656

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fix clock CPU utilization #1656

wants to merge 3 commits into from

Commits on Aug 23, 2024

  1. Fix clock CPU utilization

    No need to redraw if there has not been any events. Poll for
    events about every 100 ms. Drops utilization from around 25% to
    less than 0.
    
    Also swap `-ffunction-sections -fdata-sections` for LTO to save
    ~5 Kb of memory when loaded and probably an immeasurable amount
    of performance.
    MattCatz authored and Matthew Cather committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0d3076f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    e6bd54e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971ebad View commit details
    Browse the repository at this point in the history