Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3702b2587cb18021d8efdd001ab3c9085f0ac51a
/
bench
/
MatrixBench.cpp
410e6e8
Refactoring: get rid of the SkBenchmark void* parameter.
by mtklein@google.com
· 11 years ago
c289743
Major bench refactoring.
by mtklein@google.com
· 11 years ago
e0e7cfe
Change old PRG to be SkLCGRandom; change new one to SkRandom
by commit-bot@chromium.org
· 11 years ago
6485b0b
Switch out random number generator for tests, benches, samples.
by commit-bot@chromium.org
· 11 years ago
5b2e264
Revise SVD code to remove arctangents.
by commit-bot@chromium.org
· 11 years ago
7731ead
Fix more clang errors.
by tfarina@chromium.org
· 12 years ago
77472f0
Bench : Unused parameters cleanup
by sugoi@google.com
· 12 years ago
90533be
add matrixbench for invert_translate
by reed@google.com
· 12 years ago
82bf8bb
use DEF_BENCH to simplify registration
by reed@google.com
· 12 years ago
31f8f73
Fixed valgrind complaint in MatrixBench
by robertphillips@google.com
· 12 years ago
9dc2713
Let SkBenchmark classes specify that they do no rendering.
by tomhudson@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
6fc5699
Fixing type mask computation in SkMatrix to make it faster and make it so that matrices have the same type masks as their inverses.
by junov@chromium.org
· 12 years ago
3d3dfe0
Fixes int to scalar warnings. This checkin changes the range of random matrix values in a benchmark but it is believed not to affect the runtime.
by bsalomon@google.com
· 13 years ago
ca529d3
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
by tomhudson@google.com
· 13 years ago
820e80a
Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
f5f83e1
Fix bad merge which broke compiles.
by tomhudson@google.com
· 13 years ago
317d540
New benchmark for SkMatrix::computeType().
by tomhudson@google.com
· 13 years ago
2080900
Fix scale metric bench.
by bungeman@google.com
· 13 years ago
288ff33
New benchmarks to determine performance of matrix-point multiplication for floating point vs. double matrices.
by tomhudson@google.com
· 13 years ago
cbefd7d
add internal multiplier for loopcount, to reduce variance for simple/fast tests
by reed@google.com
· 13 years ago
e0dcde7
make concat_float distinguishable using -match
by reed@google.com
· 13 years ago
a20416b
Remove warnings, improve benchmark quality, complicate benchmark results:
by tomhudson@google.com
· 13 years ago
7b4e107
<body onunload="M_unloadPage();">
by tomhudson@google.com
· 13 years ago
3fb5187
speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling
by reed@google.com
· 13 years ago