DescriptionEnsure that the wake up timer set by the UI worker thread in the UI message pump on Windows is set once in each iteration.
Currently the wake up timer is set by the UI worker thread continuosly which causes the thread to wake up needlessly thus triggering CPU usage.
Fix is to set the timer from the worker thread once during each iteration.
BUG=500749
Patch Set 1 #
Total comments: 4
Messages
Total messages: 6 (2 generated)
|