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

Make refresh rate of DeferredUpdateManager & TargetingTool configurable #550

Merged
merged 1 commit into from
Oct 22, 2024

Commits on Oct 20, 2024

  1. Make refresh rate of several GEF/Draw2D classes configurable

    This adds a new setRefreshRate() method to the Thumbnail,
    DeferredUpdateManager and TargetingTool class which defines how
    often UI events are executed.
    
    By default, those events are executed as fast possible, which may lead
    to to a very high CPU cost with very little gain. By setting a high
    rate, users may artificially throttle the speed at which those
    operations are performed, at the cost of responsiveness.
    
    Relates to:
    eclipse#430
    eclipse#492
    ptziegler committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d57a46d View commit details
    Browse the repository at this point in the history