aboutsummaryrefslogtreecommitdiff
path: root/bench/ScalarBench.cpp
AgeCommit message (Expand)Author
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2015-10-01Remove const from `const int loops`.mtklein
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-25Use Sk4x to speed-up bounds of an array of pointsreed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2015-01-05Cleanup: More override fixes - another round.tfarina
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-02TSAN caught us racing in ScalarBench.cppmtklein
2014-05-30Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromi...commit-bot@chromium.org
2014-05-30TSAN caught us racing in ScalarBench.cppcommit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2012-09-17Made more benchs non-renderingrobertphillips@google.com
2012-06-13fix bogus assertreed@google.com
2012-06-12Reverting r4239 & r4240robertphillips@google.com
2012-06-12pass -fArray[i] instead of fArray[i], to skip a compiler optimization where itreed@google.com
2012-06-12add bench for SkScalarIsFinitereed@google.com
2012-05-15add test for computing the bounds of an array of points (SkRect::set)reed@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
2011-06-06Make scalar benchmarks compile and run under SKIA_SCALAR=fixed as well as float.tomhudson@google.com
2011-06-06New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float ...tomhudson@google.com