|
cc: Remove some of the instrumentation plumbing
Code cleanup
Since rasterize_time, analysis_time and rasterized_pixel_count are
no longer used, they can be removed and as a result, a lot of
plumbing to push these stats around can also be removed.
R=vmpstr, ernstm, reveman
Committed: https://crrev.com/9b7f6d9839634f19cead07d91d1e3ea9dbfae139
Cr-Commit-Position: refs/heads/master@{#302684}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+89 lines, -275 lines) |
Patch |
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rendering_stats.h
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rendering_stats.cc
|
View
|
1
2
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rendering_stats_instrumentation.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/debug/rendering_stats_instrumentation.cc
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/layers/delegated_renderer_layer_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/tiled_layer_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/output/gl_renderer.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/software_renderer.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/bitmap_raster_worker_pool.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/bitmap_skpicture_content_layer_updater.cc
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/resources/gpu_raster_worker_pool.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/one_copy_raster_worker_pool.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/one_copy_raster_worker_pool.cc
|
View
|
1
2
|
3 chunks |
+7 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_pile_impl.h
|
View
|
|
4 chunks |
+10 lines, -18 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_pile_impl.cc
|
View
|
|
7 chunks |
+15 lines, -50 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_pile_impl_perftest.cc
|
View
|
|
3 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/resources/picture_pile_impl_unittest.cc
|
View
|
1
2
|
9 chunks |
+17 lines, -39 lines |
0 comments
|
Download
|
 |
M |
cc/resources/pixel_buffer_raster_worker_pool.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_buffer.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_source.h
|
View
|
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/resources/raster_worker_pool_unittest.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
cc/resources/tile_manager.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -24 lines |
0 comments
|
Download
|
 |
M |
cc/resources/zero_copy_raster_worker_pool.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/tree_synchronizer_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/metrics/rendering_stats.py
|
View
|
|
3 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/metrics/rendering_stats_unittest.py
|
View
|
1
|
5 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/metrics/smoothness_unittest.py
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 15 (2 generated)
|