aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MathBench.cpp
Commit message (Expand)AuthorAge
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in benchGravatar caryclark@google.com2012-06-06
* apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as wellGravatar reed@google.com2012-05-30
* add bench for floor variantsGravatar reed@google.com2012-05-30
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* add bench for computing isfinite of 4 values (targeted for SkRect)Gravatar reed@google.com2011-12-05
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* explicitly set opt level for mac-releaseGravatar reed@google.com2011-10-10
* Change no-op math bench to noOp.Gravatar bungeman@google.com2011-08-31
* addGravatar reed@google.com2011-08-29