Add a way to monitor cache hits and misses for deferred decoding.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Mar 2013 19:56:21 +0000 (19:56 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 4 Mar 2013 19:56:21 +0000 (19:56 +0000)
commitcc690201d2538a7ec2dbec7040064c8d3c42c613
tree6d6e3522202b6f993498bb2254ad1d669ef14aae
parent46348e21732e64e1a4dcfb5d859e6edafba471ff
Add a way to monitor cache hits and misses for deferred decoding.

Adds a new flag to bench_pictures in order to do this. Also fix
a warning.

Review URL: https://codereview.chromium.org/12393046

git-svn-id: http://skia.googlecode.com/svn/trunk@7965 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/tools.gyp
src/lazy/SkLazyPixelRef.cpp
src/lazy/SkLazyPixelRef.h
tools/bench_pictures_main.cpp