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

Issue 2382573002: Add BACKGROUND dump mode to various GPU/CC MemoryDumpProviders (Closed)

Created:
4 years, 2 months ago by ericrk
Modified:
4 years, 1 month ago
Reviewers:
Zhenyao Mo, vmiura, ssid, vmpstr
CC:
chromium-reviews, piman+watch_chromium.org, cc-bugs_chromium.org, Primiano Tucci (use gerrit)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add BACKGROUND dump mode to various GPU/CC MemoryDumpProviders BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/c624f3d71afc0077b16ac8ca9d54296050b5d5d8 Committed: https://crrev.com/eff776983e13bd66ccb3637b39621f4bbe55d7ac Cr-Original-Commit-Position: refs/heads/master@{#428769} Cr-Commit-Position: refs/heads/master@{#429701}

Patch Set 1 #

Total comments: 8

Patch Set 2 : feedback #

Patch Set 3 : build fix #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -120 lines) Patch
M cc/raster/staging_buffer_pool.cc View 1 3 chunks +25 lines, -16 lines 0 comments Download
M cc/resources/resource_pool.cc View 3 chunks +24 lines, -17 lines 0 comments Download
M cc/tiles/gpu_image_decode_controller.cc View 1 2 3 2 chunks +30 lines, -14 lines 0 comments Download
M cc/tiles/software_image_decode_controller.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/tiles/software_image_decode_controller.cc View 1 2 3 3 chunks +25 lines, -13 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 2 chunks +17 lines, -13 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 3 2 chunks +17 lines, -13 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory.cc View 1 1 chunk +19 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.cc View 1 3 chunks +19 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.cc View 1 2 3 chunks +18 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 2 3 4 chunks +23 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager.cc View 1 1 chunk +18 lines, -5 lines 0 comments Download

Messages

Total messages: 53 (34 generated)
ericrk
Here's an initial take at adding BACKGROUND dump mode to a bunch of GPU loggers. ...
4 years, 2 months ago (2016-10-06 18:20:21 UTC) #4
ssid
lgtm, this could add lot of data to traces. I will try to enable as ...
4 years, 2 months ago (2016-10-07 00:07:21 UTC) #5
ericrk
+vmiura for GPU/ https://codereview.chromium.org/2382573002/diff/1/cc/tiles/gpu_image_decode_controller.cc File cc/tiles/gpu_image_decode_controller.cc (right): https://codereview.chromium.org/2382573002/diff/1/cc/tiles/gpu_image_decode_controller.cc#newcode555 cc/tiles/gpu_image_decode_controller.cc:555: TRACE_EVENT0("disabled-by-default-cc.debug", On 2016/10/07 00:07:21, ssid wrote: ...
4 years, 2 months ago (2016-10-13 23:58:14 UTC) #19
ericrk
4 years, 1 month ago (2016-10-25 17:59:59 UTC) #22
ericrk
+zmo for gpu changes Thanks!
4 years, 1 month ago (2016-10-25 18:01:04 UTC) #24
Zhenyao Mo
On 2016/10/25 18:01:04, ericrk wrote: > +zmo for gpu changes > > Thanks! gpu/command_buffer lgtm
4 years, 1 month ago (2016-10-25 18:17:12 UTC) #25
ericrk
+vmpstr for cc
4 years, 1 month ago (2016-10-25 18:21:30 UTC) #27
ericrk
friendly ping, vmpstr, can you take a look?
4 years, 1 month ago (2016-10-27 17:57:59 UTC) #32
vmpstr
cc lgtm
4 years, 1 month ago (2016-10-28 22:30:57 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2382573002/60001
4 years, 1 month ago (2016-10-28 22:31:55 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/58155)
4 years, 1 month ago (2016-10-28 22:49:03 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2382573002/60001
4 years, 1 month ago (2016-10-31 18:13:19 UTC) #40
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-10-31 19:35:21 UTC) #42
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/c624f3d71afc0077b16ac8ca9d54296050b5d5d8 Cr-Commit-Position: refs/heads/master@{#428769}
4 years, 1 month ago (2016-10-31 19:49:36 UTC) #44
ericrk
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2467973004/ by ericrk@chromium.org. ...
4 years, 1 month ago (2016-11-01 19:46:00 UTC) #45
ericrk
Turns out this CL was mis-attributed for the bug referenced in the revert. Re-landing.
4 years, 1 month ago (2016-11-03 19:55:53 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2382573002/60001
4 years, 1 month ago (2016-11-03 19:56:35 UTC) #49
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-03 21:37:59 UTC) #51
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 21:41:42 UTC) #53
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/eff776983e13bd66ccb3637b39621f4bbe55d7ac
Cr-Commit-Position: refs/heads/master@{#429701}

Powered by Google App Engine
This is Rietveld 408576698