Other |
---|
fx2.1Fixed |
Blocks :
|
|
Blocks :
|
|
Blocks :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Currently, pulseRunnable is not posted to the event queue if the previous pulse hasn't yet been processed. That may lead to noticeable periods of idleness from the moment when the current pulse is finished and until a new pulse is scheduled when we run at a rate less that 60 fps in regular mode. If instead a new pulseRunnable is posted unless there is already a pending pulse event, performance improves. F.e., GUIMark2.Bitmap-3000 benchmark on a local machine improves from 42 fps to 60 fps (hitting the limit, so the actual improvement is even bigger).
|