DescriptionReduce GPU watchdog polling frequency
Reduce GPU watchdog's polling interval from 2 seconds to 5 seconds.
Also remove unnecessary CheckArmed() call from DidProcessTask(). Although
CheckArmed() checks first whether it needs to post the task, WillProcessTask
and DidProcessTask is called so quickly that armed() still returns true, so we
ended up posting the task twice most of the time.
BUG=483622
Committed: https://crrev.com/5be9f7266a13ec28a4852ec6f54fcad3e9d6a417
Cr-Commit-Position: refs/heads/master@{#329709}
Patch Set 1 : #
Messages
Total messages: 10 (4 generated)
|