aboutsummaryrefslogtreecommitdiff
path: root/bench/SkBenchmark.h
AgeCommit message (Expand)Author
2013-05-29extend SkBenchmark to allow a bench to return a durationScale, which allows i...reed@google.com
2012-11-15need this for prev. clreed@google.com
2012-10-25add bench for hairlinesreed@google.com
2012-10-16add DEF_BENCH marco to make it easy to register new benchesreed@google.com
2012-09-13Let SkBenchmark classes specify that they do no rendering.tomhudson@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-13Adds a bunch of benchmarks around creating, transforming, testing path equality,bsalomon@google.com
2012-06-21Expanded distribution of instance countingrobertphillips@google.com
2011-10-28In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2010-04-27Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""agl@chromium.org
2010-04-26Revert "Use hairline when line width <= 1.0, instead of < 1.0."agl@chromium.org
2010-04-12Use hairline when line width <= 1.0, instead of < 1.0.anatoly@google.com
2010-02-22add FPSBenchreed@android.com
2009-10-19add -forceDither option to bench (it is tristate)reed@android.com
2009-09-02add decode benchreed@android.com
2009-08-04add -forceFilter to bench toolreed@android.com
2009-01-26add BitmapBenchreed@android.com
2009-01-22remove duplicate SkTRegistry definitionreed@android.com
2009-01-19add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBWreed@android.com
2009-01-05add benchmark frameworkreed@android.com