Chromium Code Reviews
Descriptioncc: Check for cheap task completion sooner
Instead of using the normal 6 ms period to poll for cheap task
completion, do the check immediately after running a batch of cheap
tasks. This improves cheap task completion latency.
In order to avoid disturbing the scheduling of normal task completion,
this optimization is only performed if there are no pending non-cheap
tasks.
BUG=178441
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185051
Patch Set 1 #Patch Set 2 : Call OnIdle instead. #Messages
Total messages: 6 (0 generated)
|