|
Report data from bench_pictures in the same fashion as bench.
Move SkBenchLogger into separate files and make bench_pictures use it.
Remove sk_tools::print_msg, since SkBenchLogger is now used instead.
Combine picture_benchmark with bench_pictures, since that is the
only project that uses it.
Refactor the aggregator for bench timer data into its own class and
make bench_pictures use it.
Consolidate the various virtual PictureBenchmark::run functions
into one for reuse.
BUG=https://code.google.com/p/skia/issues/detail?id=822
Committed: https://code.google.com/p/skia/source/detail?r=5432
Total comments: 15
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+509 lines, -461 lines) |
Patch |
|
A |
bench/SkBenchLogger.h
|
View
|
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
A |
bench/SkBenchLogger.cpp
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
bench/TimerData.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
bench/TimerData.cpp
|
View
|
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
M |
bench/benchmain.cpp
|
View
|
1
2
|
8 chunks |
+13 lines, -136 lines |
0 comments
|
Download
|
|
M |
gyp/bench.gypi
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/tools.gyp
|
View
|
|
2 chunks |
+6 lines, -19 lines |
0 comments
|
Download
|
|
M |
tools/PictureBenchmark.h
|
View
|
1
2
|
4 chunks |
+37 lines, -27 lines |
0 comments
|
Download
|
|
M |
tools/PictureBenchmark.cpp
|
View
|
1
2
|
2 chunks |
+36 lines, -191 lines |
0 comments
|
Download
|
|
M |
tools/PictureRenderer.h
|
View
|
1
2
|
10 chunks |
+57 lines, -10 lines |
1 comment
|
Download
|
|
M |
tools/PictureRenderer.cpp
|
View
|
1
2
|
10 chunks |
+29 lines, -44 lines |
0 comments
|
Download
|
|
M |
tools/bench_pictures_main.cpp
|
View
|
1
2
|
16 chunks |
+62 lines, -21 lines |
0 comments
|
Download
|
|
M |
tools/picture_utils.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/picture_utils.cpp
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
|
M |
tools/render_pictures_main.cpp
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 9
|