New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 900231 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

Avoid reading the current time for every posted task

Project Member Reported by skyos...@chromium.org, Oct 30

Issue description

Currently 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.
 
Cc: alexclarke@chromium.org
See https://bugs.chromium.org/p/chromium/issues/detail?id=900219 for details about Now performance on android.

Sign in to add a comment