Opened 6 years ago
Closed 6 years ago
#2284 closed defect (fixed)
Unnecessary delay before drawing after long calculations
Reported by: | Owned by: | Tom Goddard | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The following bug report has been submitted: Platform: Darwin-18.7.0-x86_64-i386-64bit ChimeraX Version: 0.91 (2019-08-02) Description The graphics update loop has code to ensure that at least 10% of the time is available to process user mouse and keyboard events. But if a long calculation or file load took 10 seconds that makes it wait for 1 second for mouse events before drawing. It should instead assure that 10% of the timer interval is available for user events. Log: UCSF ChimeraX version: 0.91 (2019-08-02) © 2016-2019 Regents of the University of California. All rights reserved. How to cite UCSF ChimeraX OpenGL version: 4.1 ATI-2.11.20 OpenGL renderer: AMD Radeon Pro 580 OpenGL Engine OpenGL vendor: ATI Technologies Inc.
Change History (2)
comment:1 by , 6 years ago
Component: | Unassigned → Core |
---|---|
Owner: | set to |
Platform: | → all |
Project: | → ChimeraX |
Status: | new → assigned |
Summary: | ChimeraX bug report submission → Unnecessary delay before drawing after long calculations |
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed.
Now 10% of timer interval is available for user events.