Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
23c5f5137106221f9a00ac1e12740ee33e09767f
/
tools
/
PictureBenchmark.cpp
78c7127
Update old tools to allow MultiPictureDraw rendering
by robertphillips
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
a8f8da0
Optimize correct picture in bench_pictures when using --bbh
by robertphillips
· 10 years ago
d771f6b
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
by robertphillips
· 10 years ago
4d1a364
Make SKP bench JSON ouput better
by kelvinly
· 10 years ago
9ac68ee
Move BenchTimer to tools as Timer
by mtklein
· 10 years ago
9e64b78
Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/)
by mtklein
· 10 years ago
4ed7528
Move BenchTimer to tools as Timer
by mtklein
· 10 years ago
9681eeb
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 10 years ago
37c772a
Reland https://codereview.chromium.org/286903025
by commit-bot@chromium.org
· 10 years ago
293a4b3
Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/)
by commit-bot@chromium.org
· 10 years ago
3089004
Add JSON logging support to bench_pictures by adding a PictureResultsWriter class (in tools/PictureResultsWriter.h) to process logging information, using a very similar style as bench/ResultsWriter.h
by commit-bot@chromium.org
· 10 years ago
3f04517
render_pictures: add --mismatchPath flag
by commit-bot@chromium.org
· 10 years ago
359e4f0
Increase picture bench inner loop iteration to 10 for testing number stableness.
by commit-bot@chromium.org
· 11 years ago
c873329
Update bench to be able to preprocess skps
by commit-bot@chromium.org
· 11 years ago
f5e315c
add --writeChecksumBasedFilenames flag to render_pictures
by commit-bot@chromium.org
· 11 years ago
0b70816
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
51c040e
Alter bench_pictures to "respect" the logPerIter flag.
by commit-bot@chromium.org
· 11 years ago
94d8f1e
Update bench pictures to time image decode & upload costs
by robertphillips@google.com
· 11 years ago
3b85deb
Sanitizing source files in Housekeeper-Nightly
by skia.committer@gmail.com
· 11 years ago
090601c
Make bench_pictures' timing more GPU friendly
by robertphillips@google.com
· 11 years ago
55fd612
Committed: http://code.google.com/p/skia/source/detail?r=10372
by commit-bot@chromium.org
· 11 years ago
68f2a0d
This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426.
by bsalomon@google.com
· 11 years ago
47fad70
by commit-bot@chromium.org
· 11 years ago
161e1ba
Created my own flag parser, based off of gflags.
by scroggo@google.com
· 12 years ago
b15e606
Turn off per-iteration tile time reporting
by borenet@google.com
· 12 years ago
ee235f9
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
9b63c50
Only turn on one gpu timer in PictureBenchmark tool
by robertphillips@google.com
· 12 years ago
fe1b536
Enhance GL error checking for non-Ganesh GL calls
by robertphillips@google.com
· 12 years ago
f9d0c95
Temporary patch to BenchPictures gpu timing problem
by robertphillips@google.com
· 12 years ago
08085f8
Change the method for timing individual tiles in bench_pictures.
by scroggo@google.com
· 12 years ago
cbcef70
Provide an option to bench drawing individual tiles in bench_pictures.
by scroggo@google.com
· 12 years ago
0a049b8
Make bench_pictures output a meaningful config name.
by scroggo@google.com
· 12 years ago
3686c9d
Fix a warning in PictureBenchmark.
by scroggo@google.com
· 12 years ago
81f9d2e
In render_pictures tiled rendering, draw a separate PNG for each tile.
by scroggo@google.com
· 12 years ago
5239c32
Add -logPerIter, -timers, and -min to bench_pictures.
by scroggo@google.com
· 12 years ago
9a41252
Report data from bench_pictures in the same fashion as bench.
by scroggo@google.com
· 12 years ago
58b4ead
Perform multi core rendering in bench_pictures.
by scroggo@google.com
· 12 years ago
edfbff6
Change picture record benchmark to include begin/end record in timings and make the source picture draw itself into record canvas, so it records the draws instead of directly copying the picture.
by rileya@google.com
· 12 years ago
91ee3a1
Added second "truncated" cpu/wall timer to bench
by robertphillips@google.com
· 12 years ago
f4959ab
Implemented power of two tiling.
by keyar@chromium.org
· 12 years ago
db9a5fb
Benchmark results will now print to STDOUT if on not-Android.
by keyar@chromium.org
· 12 years ago
378c97f
Deleted timer for record and unflatten benchmarks.
by keyar@chromium.org
· 12 years ago
941844b
Changed new and delete to SkNEW* and SkDELETE as appropriate.
by keyar@chromium.org
· 12 years ago
f8a513f
resetState is called between every benchmark run.
by keyar@chromium.org
· 12 years ago
77a5522
State reset and gpu timers added.
by keyar@chromium.org
· 12 years ago
78a35c5
Changed to Yoda style comparisons where appropriate.
by keyar@chromium.org
· 12 years ago
fe6391a
Have GPU based approach workingish.
by keyar@chromium.org
· 12 years ago
9d696c0
Refactored the bitmap creation into PictureRenderer.
by keyar@chromium.org
· 12 years ago
163b567
Merged bench_pictures and render_pictures rendering methods.
by keyar@chromium.org
· 12 years ago