History log of /external/skia/bench/ImageCacheBudgetBench.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7ecc59610de72043e9b7ebaf1ef45c43425e54fc 02-Nov-2016 Ben Wagner <bungeman@google.com> Remove SkAutoTDeleteArray

This class is already just an alias for std::unique_ptr<T[]>, so replace
all uses with that and delete the class.

CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Debug-ASAN-Trybot,Test-Ubuntu-Clang-Golo-GPU-GT610-x86_64-Debug-ASAN-Trybot

Change-Id: I40668d398356a22da071ee791666c7f728b59266
Reviewed-on: https://skia-review.googlesource.com/4362
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@chromium.org>
/external/skia/bench/ImageCacheBudgetBench.cpp
9f1f6e2c28066c7d7ff26727ce7d7504c7d032bd 15-Sep-2016 brianosman <brianosman@google.com> More NoGPU compile fixes

I can now build 'most' with skia_gpu=0 on my machine.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2340133003

Review-Url: https://codereview.chromium.org/2340133003
/external/skia/bench/ImageCacheBudgetBench.cpp
b3cb2142725f9d0cd88a7200770536bc21f73b14 08-Sep-2016 bsalomon <bsalomon@google.com> Benchmarks for testing changes to GrResourceCache replacement policy when over budget.

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2317263002

Review-Url: https://codereview.chromium.org/2317263002
/external/skia/bench/ImageCacheBudgetBench.cpp