aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/ScalarBench.cpp
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Use Sk4x to speed-up bounds of an array of pointsGravatar reed2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: More override fixes - another round.Gravatar tfarina2015-01-05
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* TSAN caught us racing in ScalarBench.cppGravatar mtklein2014-06-02
* Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromi...Gravatar commit-bot@chromium.org2014-05-30
* TSAN caught us racing in ScalarBench.cppGravatar commit-bot@chromium.org2014-05-30
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Made more benchs non-renderingGravatar robertphillips@google.com2012-09-17
* fix bogus assertGravatar reed@google.com2012-06-13
* Reverting r4239 & r4240Gravatar robertphillips@google.com2012-06-12
* pass -fArray[i] instead of fArray[i], to skip a compiler optimization where itGravatar reed@google.com2012-06-12
* add bench for SkScalarIsFiniteGravatar reed@google.com2012-06-12
* add test for computing the bounds of an array of points (SkRect::set)Gravatar reed@google.com2012-05-15
* In debug builds, only run each benchmark 1 time (test for assertion-breakage,Gravatar tomhudson@google.com2011-10-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Make scalar benchmarks compile and run under SKIA_SCALAR=fixed as well as float.Gravatar tomhudson@google.com2011-06-06
* New scalar benchmark suite, comparing SkScalarAs2sCompliment vs native float ...Gravatar tomhudson@google.com2011-06-06