diff options
author | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 15:12:43 +0000 |
---|---|---|
committer | brianderson@chromium.org <brianderson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 15:12:43 +0000 |
commit | 687931247aecb1c2eab7928f37d6877ce60c2978 (patch) | |
tree | f9469483b3d86a66280b0334468f86d9879e8e13 /AUTHORS | |
parent | 9a4f618885c1146f258df81205d2d5077c595f87 (diff) | |
download | chromium_src-687931247aecb1c2eab7928f37d6877ce60c2978.zip chromium_src-687931247aecb1c2eab7928f37d6877ce60c2978.tar.gz chromium_src-687931247aecb1c2eab7928f37d6877ce60c2978.tar.bz2 |
This keeps a sorted history of the texture upload rate and increases
the history size to improve consistency/accuracy and overhead.
Prior to this patch, calling ThrottledTextureUploader::estimatedTexturesPerSecond
ran a sort operation, which will be slow for larger history sizes.
Instead of keeping a FIFO history, it keeps sorted history and discards
the min and max values.
BUG=155172
Review URL: https://chromiumcodereview.appspot.com/11028129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions