aboutsummaryrefslogtreecommitdiff
path: root/bench/PictureRecordBench.cpp
AgeCommit message (Expand)Author
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-09hide SkBitmap::setConfigreed
2014-04-18Staging for cleanup of SkPicture-related headersrobertphillips@google.com
2014-04-17Staged removal of SkPicture-derived classescommit-bot@chromium.org
2014-04-13split SkPictureRecorder out of SkPicturerobertphillips@google.com
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-09-17also limit loops-per-canvas in picture_record_dictionaries, which has the sam...mtklein@google.com
2013-09-17switch to a new canvas every once in a while in picture_record_uniquemtklein@google.com
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-07-11Streamline picture_record_recurring_ bench.commit-bot@chromium.org
2013-05-30Mark picture record benches as non-rendering.bsalomon@google.com
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2012-07-10change unique_paint_dictionary to change the paint randomly, instead of justreed@google.com
2012-07-03add scaling factor for subclasses, to normalize running time a little betterreed@google.com
2012-06-27Adding checksum to SkFlatData to accelerate SkPicture recording.junov@chromium.org
2012-05-30Add bench to test the performance of creating a picture.djsollen@google.com