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
*
Update old tools to allow MultiPictureDraw rendering
robertphillips
2014-10-09
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Optimize correct picture in bench_pictures when using --bbh
robertphillips
2014-07-29
*
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
robertphillips
2014-07-22
*
Make SKP bench JSON ouput better
kelvinly
2014-06-26
*
Move BenchTimer to tools as Timer
mtklein
2014-06-20
*
Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/...
mtklein
2014-06-20
*
Move BenchTimer to tools as Timer
mtklein
2014-06-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-05-30
*
Reland https://codereview.chromium.org/286903025
commit-bot@chromium.org
2014-05-29
*
Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/2869...
commit-bot@chromium.org
2014-05-27
*
Add JSON logging support to bench_pictures by adding a PictureResultsWriter c...
commit-bot@chromium.org
2014-05-27
*
render_pictures: add --mismatchPath flag
commit-bot@chromium.org
2014-05-15
*
Increase picture bench inner loop iteration to 10 for testing number stableness.
commit-bot@chromium.org
2014-04-30
*
Update bench to be able to preprocess skps
commit-bot@chromium.org
2014-04-11
*
add --writeChecksumBasedFilenames flag to render_pictures
commit-bot@chromium.org
2014-03-19
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-03-12
*
Alter bench_pictures to "respect" the logPerIter flag.
commit-bot@chromium.org
2014-03-11
*
Update bench pictures to time image decode & upload costs
robertphillips@google.com
2013-12-18
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-18
*
Make bench_pictures' timing more GPU friendly
robertphillips@google.com
2013-12-17
*
Committed: http://code.google.com/p/skia/source/detail?r=10372
commit-bot@chromium.org
2013-07-31
*
This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.
bsalomon@google.com
2013-07-25
*
R=borenet@google.com, bungeman@google.com, robertphillips@google.com
commit-bot@chromium.org
2013-07-25
*
Created my own flag parser, based off of gflags.
scroggo@google.com
2013-03-04
*
Turn off per-iteration tile time reporting
borenet@google.com
2013-02-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-08
*
Only turn on one gpu timer in PictureBenchmark tool
robertphillips@google.com
2013-02-07
*
Enhance GL error checking for non-Ganesh GL calls
robertphillips@google.com
2013-02-07
*
Temporary patch to BenchPictures gpu timing problem
robertphillips@google.com
2013-02-07
*
Change the method for timing individual tiles in bench_pictures.
scroggo@google.com
2013-01-28
*
Provide an option to bench drawing individual tiles in bench_pictures.
scroggo@google.com
2012-12-13
*
Make bench_pictures output a meaningful config name.
scroggo@google.com
2012-11-02
*
Fix a warning in PictureBenchmark.
scroggo@google.com
2012-09-25
*
In render_pictures tiled rendering, draw a separate PNG for each tile.
scroggo@google.com
2012-09-20
*
Add -logPerIter, -timers, and -min to bench_pictures.
scroggo@google.com
2012-09-11
*
Report data from bench_pictures in the same fashion as bench.
scroggo@google.com
2012-09-07
*
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