Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 707963003: cc: Remove main thread rendering stats (Closed)

Created:
6 years, 1 month ago by hendrikw
Modified:
6 years, 1 month ago
Reviewers:
ernstm, vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

cc: Remove main thread rendering stats Removed the main thread rendering stats + plumbing and merged the impl-side stats into RenderingStats. BUG= Committed: https://crrev.com/3f7c234021771a4bca46be9ce72911e070ad8c06 Cr-Commit-Position: refs/heads/master@{#303349}

Patch Set 1 #

Patch Set 2 : Merge stats into RenderingStats #

Total comments: 1

Patch Set 3 : default low to 0.1 #

Total comments: 1

Patch Set 4 : Removed class member initialization :( #

Total comments: 3

Patch Set 5 : Added out of line constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -421 lines) Patch
M cc/debug/benchmark_instrumentation.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M cc/debug/benchmark_instrumentation.cc View 1 1 chunk +1 line, -10 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 2 3 4 1 chunk +15 lines, -39 lines 0 comments Download
M cc/debug/rendering_stats.cc View 1 2 3 4 4 chunks +6 lines, -39 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 3 chunks +3 lines, -14 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 3 chunks +4 lines, -39 lines 0 comments Download
M cc/layers/content_layer.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M cc/layers/picture_layer.cc View 1 2 1 chunk +5 lines, -11 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 chunks +9 lines, -32 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 2 chunks +1 line, -3 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.h View 2 chunks +0 lines, -2 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/content_layer_updater.h View 2 chunks +1 line, -5 lines 0 comments Download
M cc/resources/content_layer_updater.cc View 3 chunks +3 lines, -12 lines 0 comments Download
M cc/resources/picture_pile.h View 1 2 1 chunk +9 lines, -11 lines 0 comments Download
M cc/resources/picture_pile.cc View 1 2 4 chunks +1 line, -11 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 2 3 chunks +4 lines, -12 lines 0 comments Download
M cc/resources/skpicture_content_layer_updater.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/skpicture_content_layer_updater.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/web_perf/metrics/rendering_stats.py View 4 chunks +0 lines, -19 lines 0 comments Download
M tools/telemetry/telemetry/web_perf/metrics/rendering_stats_unittest.py View 1 2 16 chunks +43 lines, -113 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
hendrikw
Removed the main thread stats, and merge the impl side stats into Rendering stats.
6 years, 1 month ago (2014-11-06 22:28:40 UTC) #2
hendrikw
On 2014/11/06 22:28:40, hendrikw wrote: > Removed the main thread stats, and merge the impl ...
6 years, 1 month ago (2014-11-06 22:33:22 UTC) #3
ernstm
Nice clean up. LGTM % nit. It's fine to do the renaming of the event ...
6 years, 1 month ago (2014-11-07 06:42:05 UTC) #4
hendrikw
Cool, I've updated the default low value. As for the implthread name, maybe we should ...
6 years, 1 month ago (2014-11-07 15:34:21 UTC) #5
ernstm
On 2014/11/07 15:34:21, hendrikw wrote: > Cool, I've updated the default low value. > > ...
6 years, 1 month ago (2014-11-07 17:53:12 UTC) #6
vmpstr
https://codereview.chromium.org/707963003/diff/40001/cc/debug/rendering_stats.h File cc/debug/rendering_stats.h (right): https://codereview.chromium.org/707963003/diff/40001/cc/debug/rendering_stats.h#newcode40 cc/debug/rendering_stats.h:40: int64 frame_count = 0; Is this allowed?
6 years, 1 month ago (2014-11-07 19:57:32 UTC) #7
hendrikw
No, it's not allowed yet :( Done PTAL
6 years, 1 month ago (2014-11-07 20:33:28 UTC) #8
vmpstr
lgtm, assuming all of the relevant telemetry tests work as before https://codereview.chromium.org/707963003/diff/60001/cc/debug/rendering_stats.h File cc/debug/rendering_stats.h (right): ...
6 years, 1 month ago (2014-11-07 22:41:19 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/707963003/60001
6 years, 1 month ago (2014-11-07 22:55:54 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/89378) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/32321)
6 years, 1 month ago (2014-11-07 23:04:15 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/707963003/80001
6 years, 1 month ago (2014-11-08 00:28:50 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years, 1 month ago (2014-11-08 01:59:36 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-08 02:00:15 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3f7c234021771a4bca46be9ce72911e070ad8c06
Cr-Commit-Position: refs/heads/master@{#303349}

Powered by Google App Engine
This is Rietveld 408576698