DescriptionLimit number of raster threads on Android.
The current formula for number of raster threads is (num_cpus / 2), minus
1 if using asynchronous uploads.
This will give:
1~2 threads on 4 core devices
2~3 threads on 6 core devices
3~4 threads on 8 core devices
Android can report 6 to 8 cores for big.LITTLE devices, where we don't
really want to utilize all the cores at once. This change limits the
cores to 4 in the render threads calculation.
R=sievers@chromium.org
R=reveman@chromium.org
BUG=493432
Committed: https://crrev.com/6bfd5d8926aa101b39b0d3548b5dfd6cfad8b734
Cr-Commit-Position: refs/heads/master@{#333599}
Patch Set 1 : #
Total comments: 2
Messages
Total messages: 9 (2 generated)
|