index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
PictureBenchmark.cpp
Commit message (
Expand
)
Author
Age
*
Perform multi core rendering in bench_pictures.
scroggo@google.com
2012-08-31
*
Change picture record benchmark to include begin/end record in timings and ma...
rileya@google.com
2012-08-28
*
Added second "truncated" cpu/wall timer to bench
robertphillips@google.com
2012-08-28
*
Implemented power of two tiling.
keyar@chromium.org
2012-08-23
*
Benchmark results will now print to STDOUT if on not-Android.
keyar@chromium.org
2012-08-21
*
Deleted timer for record and unflatten benchmarks.
keyar@chromium.org
2012-08-20
*
Changed new and delete to SkNEW* and SkDELETE as appropriate.
keyar@chromium.org
2012-08-20
*
resetState is called between every benchmark run.
keyar@chromium.org
2012-08-20
*
State reset and gpu timers added.
keyar@chromium.org
2012-08-20
*
Changed to Yoda style comparisons where appropriate.
keyar@chromium.org
2012-08-20
*
Have GPU based approach workingish.
keyar@chromium.org
2012-08-20
*
Refactored the bitmap creation into PictureRenderer.
keyar@chromium.org
2012-08-07
*
Merged bench_pictures and render_pictures rendering methods.
keyar@chromium.org
2012-08-01