Bug 574498 - [performance] reduce effective sleep time in DecorationScheduler
Summary: [performance] reduce effective sleep time in DecorationScheduler
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.21   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 4.21 M1   Edit
Assignee: Jörg Kubitz CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks: 574015
  Show dependency tree
 
Reported: 2021-06-28 07:06 EDT by Jörg Kubitz CLA
Modified: 2021-07-01 08:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Kubitz CLA 2021-06-28 07:06:22 EDT
Whenever i start the Eclipse IDE it straight runs into at least one sleep.
Sleeping for fixed 100ms can be avoided by notify. As in bug 571177.
Comment 1 Eclipse Genie CLA 2021-06-28 07:08:11 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/182538
Comment 3 Mickael Istria CLA 2021-06-29 06:14:51 EDT
Thanks Jörg!