| Commit message (Expand) | Author | Age |
* | Simplify benchmark internal API. | commit-bot@chromium.org | 2013-12-03 |
* | Implement a benchmark for GrResourceCache | commit-bot@chromium.org | 2013-11-21 |
* | Add sk_float_rsqrt with SSE + NEON fast paths. | commit-bot@chromium.org | 2013-11-08 |
* | Fix asan build. Duh, don't return a stack address... | mtklein@google.com | 2013-09-27 |
* | Add SkDivMod with a special case for ARM. | commit-bot@chromium.org | 2013-09-26 |
* | Refactoring: get rid of the SkBenchmark void* parameter. | mtklein@google.com | 2013-09-13 |
* | Major bench refactoring. | mtklein@google.com | 2013-09-10 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Switch out random number generator for tests, benches, samples. | commit-bot@chromium.org | 2013-09-06 |
* | Revert of r10671 (Experiments on calculating reciprocal of square root) due t... | robertphillips@google.com | 2013-08-12 |
* | Experiments on calculating reciprocal of square root | commit-bot@chromium.org | 2013-08-12 |
* | Add bench to test float to fixed conversion | djsollen@google.com | 2013-07-18 |
* | Remove unused NormalizeBench::fUsePortable field. | commit-bot@chromium.org | 2013-06-19 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-05-04 |
* | add bench for SkPoint::normalize() | reed@google.com | 2013-05-03 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-04-30 |
* | up the inner-loop for clz bench, to get more stable results | reed@google.com | 2013-04-29 |
* | add bench for SkCLZ | reed@google.com | 2013-04-29 |
* | use DEF_BENCH macro | reed@google.com | 2013-04-29 |
* | Bench : Unused parameters cleanup | sugoi@google.com | 2013-03-05 |
* | Suppress some warnings on linux. | bsalomon@google.com | 2012-09-26 |
* | 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 |
* | fix warnings on Mac in bench | caryclark@google.com | 2012-06-06 |
* | apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well | reed@google.com | 2012-05-30 |
* | add bench for floor variants | reed@google.com | 2012-05-30 |
* | Addressed more Windows compiler complaint issues | robertphillips@google.com | 2012-04-16 |
* | rename sk_float_isNaN to sk_float_isnan to match related functions | reed@google.com | 2011-12-06 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |
* | add bench for computing isfinite of 4 values (targeted for SkRect) | reed@google.com | 2011-12-05 |
* | In debug builds, only run each benchmark 1 time (test for assertion-breakage, | tomhudson@google.com | 2011-10-28 |
* | explicitly set opt level for mac-release | reed@google.com | 2011-10-10 |
* | Change no-op math bench to noOp. | bungeman@google.com | 2011-08-31 |
* | add | reed@google.com | 2011-08-29 |