Avoid reading the current time for every posted task |
|
Issue descriptionCurrently SequenceManager reads the current time for every posted task. This is in order to support the delayed fences feature. Turns out that reading the current time can still be somewhat expensive on Android, so we should only read the current time when delayed fences are used (e.g., for throttling) or timing information is needed for other purposes.
,
Oct 30
See https://bugs.chromium.org/p/chromium/issues/detail?id=900219 for details about Now performance on android. |
|
►
Sign in to add a comment |
|
Comment 1 by skyos...@chromium.org
, Oct 30