index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
SkBenchmark.h
Commit message (
Expand
)
Author
Age
*
DM: also run benches once.
commit-bot@chromium.org
2014-02-26
*
Allow GMs to be used as benchmarks. Make convex_poly_clip opt in.
commit-bot@chromium.org
2014-02-03
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Implement a benchmark for GrResourceCache
commit-bot@chromium.org
2013-11-21
*
Bench baseline for mostly 0 image.
scroggo@google.com
2013-09-25
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
Rewrite SkTRegistry to take any trivially-copyable type.
mtklein@google.com
2013-09-04
*
extend SkBenchmark to allow a bench to return a durationScale, which allows i...
reed@google.com
2013-05-29
*
need this for prev. cl
reed@google.com
2012-11-15
*
add bench for hairlines
reed@google.com
2012-10-25
*
add DEF_BENCH marco to make it easy to register new benches
reed@google.com
2012-10-16
*
Let SkBenchmark classes specify that they do no rendering.
tomhudson@google.com
2012-09-13
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Adds a bunch of benchmarks around creating, transforming, testing path equality,
bsalomon@google.com
2012-08-13
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""
agl@chromium.org
2010-04-27
*
Revert "Use hairline when line width <= 1.0, instead of < 1.0."
agl@chromium.org
2010-04-26
*
Use hairline when line width <= 1.0, instead of < 1.0.
anatoly@google.com
2010-04-12
*
add FPSBench
reed@android.com
2010-02-22
*
add -forceDither option to bench (it is tristate)
reed@android.com
2009-10-19
*
add decode bench
reed@android.com
2009-09-02
*
add -forceFilter to bench tool
reed@android.com
2009-08-04
*
add BitmapBench
reed@android.com
2009-01-26
*
remove duplicate SkTRegistry definition
reed@android.com
2009-01-22
*
add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBW
reed@android.com
2009-01-19
*
add benchmark framework
reed@android.com
2009-01-05