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

Issue 1950723002: Remove WebGraphicsContext3D reason from the CauseForGpuLaunch enum (Closed)

Created:
4 years, 7 months ago by danakj
Modified:
4 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, danakj+watch_chromium.org, dcheng, piman, no sievers, xidachen
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove WebGraphicsContext3D reason from the CauseForGpuLaunch enum Replace "WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE" with a bunch of more specific and real reasons. R=piman BUG=584497 Committed: https://crrev.com/3873e857d41721b7497c993f042c704f1243b9f3 Cr-Commit-Position: refs/heads/master@{#391721}

Patch Set 1 #

Patch Set 2 : launch-reasons: more-reasons #

Patch Set 3 : launch-reasons: . #

Total comments: 1

Patch Set 4 : launch-reasons: fix-software #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -107 lines) Patch
M content/browser/compositor/gpu_process_transport_factory.cc View 1 3 chunks +10 lines, -13 lines 0 comments Download
M content/browser/gpu/gpu_ipc_browsertests.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu_process_launch_causes.h View 1 2 chunks +9 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 chunks +4 lines, -6 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 2 chunks +68 lines, -81 lines 2 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (16 generated)
danakj
This is used for raster worker context too..
4 years, 7 months ago (2016-05-03 22:24:58 UTC) #1
danakj
On 2016/05/03 22:24:58, danakj wrote: > This is used for raster worker context too.. And ...
4 years, 7 months ago (2016-05-03 22:25:19 UTC) #2
danakj
On 2016/05/03 22:25:19, danakj wrote: > On 2016/05/03 22:24:58, danakj wrote: > > This is ...
4 years, 7 months ago (2016-05-03 22:25:45 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950723002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950723002/1
4 years, 7 months ago (2016-05-03 22:27:29 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/29258) ios_rel_device_ninja on ...
4 years, 7 months ago (2016-05-03 22:31:04 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950723002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950723002/1
4 years, 7 months ago (2016-05-03 22:34:37 UTC) #9
danakj
Oh, this also is in histograms.xml <int value="4" label="WebGraphicsContext3DCommandBufferImpl Initialize"> CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE </int> So.. maybe we ...
4 years, 7 months ago (2016-05-03 22:44:48 UTC) #10
piman
lgtm
4 years, 7 months ago (2016-05-03 23:05:32 UTC) #11
Ken Russell (switch to Gerrit)
On 2016/05/03 22:44:48, danakj wrote: > Oh, this also is in histograms.xml > > <int ...
4 years, 7 months ago (2016-05-03 23:13:26 UTC) #13
danakj
On Tue, May 3, 2016 at 4:13 PM, <kbr@chromium.org> wrote: > On 2016/05/03 22:44:48, danakj ...
4 years, 7 months ago (2016-05-03 23:31:43 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-03 23:34:44 UTC) #16
danakj
On 2016/05/03 23:31:43, danakj wrote: > Yep, okay I'll add new entries for: > - ...
4 years, 7 months ago (2016-05-04 00:47:52 UTC) #17
danakj
https://codereview.chromium.org/1950723002/diff/40001/content/browser/compositor/gpu_process_transport_factory.cc File content/browser/compositor/gpu_process_transport_factory.cc (right): https://codereview.chromium.org/1950723002/diff/40001/content/browser/compositor/gpu_process_transport_factory.cc#newcode412 content/browser/compositor/gpu_process_transport_factory.cc:412: CAUSE_FOR_GPU_LAUNCH_SHARED_WORKER_THREAD_CONTEXT, This could really go either way.. it could ...
4 years, 7 months ago (2016-05-04 00:50:50 UTC) #18
danakj
https://codereview.chromium.org/1950723002/diff/60001/content/renderer/render_widget.cc File content/renderer/render_widget.cc (left): https://codereview.chromium.org/1950723002/diff/60001/content/renderer/render_widget.cc#oldcode811 content/renderer/render_widget.cc:811: if (!context_provider) { Turns out this branch is only ...
4 years, 7 months ago (2016-05-04 01:16:02 UTC) #20
danakj
On 2016/05/04 00:47:52, danakj wrote: > On 2016/05/03 23:31:43, danakj wrote: > > Yep, okay ...
4 years, 7 months ago (2016-05-04 01:16:43 UTC) #22
Ken Russell (switch to Gerrit)
Thanks for re-adding me. The new categorization looks very very good. LGTM
4 years, 7 months ago (2016-05-04 01:47:05 UTC) #23
danakj
+holte@chromium.org for histograms
4 years, 7 months ago (2016-05-04 19:46:31 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950723002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950723002/60001
4 years, 7 months ago (2016-05-04 19:46:59 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-04 20:28:22 UTC) #29
piman
lgtm
4 years, 7 months ago (2016-05-04 21:34:08 UTC) #30
danakj
+rkaplow@chromium.org for histograms?
4 years, 7 months ago (2016-05-05 00:10:47 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950723002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950723002/60001
4 years, 7 months ago (2016-05-05 00:11:52 UTC) #34
Steven Holte
lgtm
4 years, 7 months ago (2016-05-05 00:16:22 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-05 00:17:05 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950723002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950723002/60001
4 years, 7 months ago (2016-05-05 00:41:38 UTC) #39
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-05 00:46:20 UTC) #41
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 00:47:58 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3873e857d41721b7497c993f042c704f1243b9f3
Cr-Commit-Position: refs/heads/master@{#391721}

Powered by Google App Engine
This is Rietveld 408576698