commit | 9d02182c0b11abc74d252dbfffe1b49d8d089a9a | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Fri Feb 02 12:54:55 2018 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Feb 05 19:27:26 2018 +0000 |
tree | 97503376bedc0b39cc53efda1caaee7698824d39 | |
parent | 85c8b493ebdf01d587773bbb7d243a3ebec41691 [diff] |
Generate cache traffic each iteration The old timing system would generate cache traffic for the first drawing of the picture caching everyting on the GPU side. Further iterations would just use the cache. This change forces cache traffic to be generated each iteration. BUG=skia:7515 Change-Id: I0d857e123796cdc7d655634446082598bef3f962 Reviewed-on: https://skia-review.googlesource.com/103021 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Herb Derby <herb@google.com>