aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureBenchmark.cpp
Commit message (Expand)AuthorAge
* Fix a warning in PictureBenchmark.Gravatar scroggo@google.com2012-09-25
* In render_pictures tiled rendering, draw a separate PNG for each tile.Gravatar scroggo@google.com2012-09-20
* Add -logPerIter, -timers, and -min to bench_pictures.Gravatar scroggo@google.com2012-09-11
* Report data from bench_pictures in the same fashion as bench.Gravatar scroggo@google.com2012-09-07
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Change picture record benchmark to include begin/end record in timings and ma...Gravatar rileya@google.com2012-08-28
* Added second "truncated" cpu/wall timer to benchGravatar robertphillips@google.com2012-08-28
* Implemented power of two tiling.Gravatar keyar@chromium.org2012-08-23
* Benchmark results will now print to STDOUT if on not-Android.Gravatar keyar@chromium.org2012-08-21
* Deleted timer for record and unflatten benchmarks.Gravatar keyar@chromium.org2012-08-20
* Changed new and delete to SkNEW* and SkDELETE as appropriate.Gravatar keyar@chromium.org2012-08-20
* resetState is called between every benchmark run.Gravatar keyar@chromium.org2012-08-20
* State reset and gpu timers added.Gravatar keyar@chromium.org2012-08-20
* Changed to Yoda style comparisons where appropriate.Gravatar keyar@chromium.org2012-08-20
* Have GPU based approach workingish.Gravatar keyar@chromium.org2012-08-20
* Refactored the bitmap creation into PictureRenderer.Gravatar keyar@chromium.org2012-08-07
* Merged bench_pictures and render_pictures rendering methods.Gravatar keyar@chromium.org2012-08-01