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

Issue 534043002: Add bits to indicate which parts of GPUInfo are collected. (Closed)

Created:
6 years, 3 months ago by Zhenyao Mo
Modified:
6 years, 3 months ago
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, piman+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add bits to indicate which parts of GPUInfo are collected. Also the collection failure/success. This is to investigate why on some GPU bots gpu info collection randomly fails. BUG=407739 TEST=gpu bots, gpu_unittests R=kbr@chromium.org,piman@chromium.org,jschuh@chromium.org,estade@chromium.org Committed: https://crrev.com/84eae5e4c626a3b61b13b22fd13f859ec410583a Cr-Commit-Position: refs/heads/master@{#293394}

Patch Set 1 #

Patch Set 2 : #

Total comments: 15

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Total comments: 7

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -93 lines) Patch
M chrome/browser/gpu/gpu_feature_checker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/risk/fingerprint.cc View 1 2 5 chunks +9 lines, -8 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 3 4 5 6 chunks +28 lines, -9 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 3 chunks +6 lines, -1 line 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 2 3 4 2 chunks +4 lines, -1 line 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/gpu_data_manager.h View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
M gpu/config/gpu_info.h View 1 2 3 chunks +19 lines, -3 lines 0 comments Download
M gpu/config/gpu_info.cc View 1 2 5 chunks +17 lines, -5 lines 0 comments Download
M gpu/config/gpu_info_collector.h View 1 chunk +1 line, -19 lines 0 comments Download
M gpu/config/gpu_info_collector.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/config/gpu_info_collector_android.cc View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M gpu/config/gpu_info_collector_linux.cc View 1 2 6 chunks +16 lines, -12 lines 0 comments Download
M gpu/config/gpu_info_collector_mac.mm View 1 2 6 chunks +14 lines, -10 lines 0 comments Download
M gpu/config/gpu_info_collector_win.cc View 1 2 9 chunks +21 lines, -13 lines 0 comments Download
M gpu/config/gpu_info_unittest.cc View 2 chunks +5 lines, -1 line 0 comments Download
M gpu/config/gpu_test_config.cc View 1 2 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 22 (4 generated)
Zhenyao Mo
Please review
6 years, 3 months ago (2014-09-03 00:39:50 UTC) #2
Evan Stade
https://codereview.chromium.org/534043002/diff/20001/components/autofill/content/browser/risk/fingerprint.cc File components/autofill/content/browser/risk/fingerprint.cc (right): https://codereview.chromium.org/534043002/diff/20001/components/autofill/content/browser/risk/fingerprint.cc#newcode163 components/autofill/content/browser/risk/fingerprint.cc:163: content::GpuDataManager* const gpu_data_manager) { gpu_data_manager should be const ref ...
6 years, 3 months ago (2014-09-03 00:48:11 UTC) #3
piman
https://codereview.chromium.org/534043002/diff/20001/content/browser/gpu/gpu_data_manager_impl_private.cc File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/534043002/diff/20001/content/browser/gpu/gpu_data_manager_impl_private.cc#newcode386 content/browser/gpu/gpu_data_manager_impl_private.cc:386: if (gpu_info_.dx_diagnostics_info_state == gpu::kCollectInfoNone) did you mean && includes_extra ...
6 years, 3 months ago (2014-09-03 00:50:55 UTC) #4
Zhenyao Mo
https://codereview.chromium.org/534043002/diff/20001/components/autofill/content/browser/risk/fingerprint.cc File components/autofill/content/browser/risk/fingerprint.cc (right): https://codereview.chromium.org/534043002/diff/20001/components/autofill/content/browser/risk/fingerprint.cc#newcode163 components/autofill/content/browser/risk/fingerprint.cc:163: content::GpuDataManager* const gpu_data_manager) { On 2014/09/03 00:48:11, Evan Stade ...
6 years, 3 months ago (2014-09-03 01:31:23 UTC) #5
piman
lgtm https://codereview.chromium.org/534043002/diff/40001/content/gpu/gpu_child_thread.cc File content/gpu/gpu_child_thread.cc (right): https://codereview.chromium.org/534043002/diff/40001/content/gpu/gpu_child_thread.cc#newcode201 content/gpu/gpu_child_thread.cc:201: NOTIMPLEMENTED(); nit: NOTREACHED()? I don't think it can ...
6 years, 3 months ago (2014-09-03 02:02:21 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/534043002/diff/40001/content/gpu/gpu_child_thread.cc File content/gpu/gpu_child_thread.cc (right): https://codereview.chromium.org/534043002/diff/40001/content/gpu/gpu_child_thread.cc#newcode201 content/gpu/gpu_child_thread.cc:201: NOTIMPLEMENTED(); On 2014/09/03 02:02:20, piman (OOO) wrote: > nit: ...
6 years, 3 months ago (2014-09-03 02:10:28 UTC) #7
Zhenyao Mo
All bots are green now. Please take a look. estade: chrome/autofill owner jschuh: gpu_messages.h owner
6 years, 3 months ago (2014-09-03 19:52:50 UTC) #8
Evan Stade
lgtm https://codereview.chromium.org/534043002/diff/20001/components/autofill/content/browser/risk/fingerprint.cc File components/autofill/content/browser/risk/fingerprint.cc (right): https://codereview.chromium.org/534043002/diff/20001/components/autofill/content/browser/risk/fingerprint.cc#newcode163 components/autofill/content/browser/risk/fingerprint.cc:163: content::GpuDataManager* const gpu_data_manager) { On 2014/09/03 01:31:23, Zhenyao ...
6 years, 3 months ago (2014-09-03 21:47:58 UTC) #9
Zhenyao Mo
jschuh: ping. https://codereview.chromium.org/534043002/diff/80001/content/browser/gpu/gpu_data_manager_impl_private.cc File content/browser/gpu/gpu_data_manager_impl_private.cc (right): https://codereview.chromium.org/534043002/diff/80001/content/browser/gpu/gpu_data_manager_impl_private.cc#newcode382 content/browser/gpu/gpu_data_manager_impl_private.cc:382: gpu_info_.context_info_state == gpu::kCollectInfoNone) On 2014/09/03 21:47:58, Evan ...
6 years, 3 months ago (2014-09-03 21:56:10 UTC) #10
Ken Russell (switch to Gerrit)
LGTM with one comment. https://codereview.chromium.org/534043002/diff/80001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/534043002/diff/80001/gpu/config/gpu_info.h#newcode34 gpu/config/gpu_info.h:34: kCollectInfoFatalFailure = 3 Something to ...
6 years, 3 months ago (2014-09-03 22:22:01 UTC) #11
Zhenyao Mo
On 2014/09/03 22:22:01, Ken Russell wrote: > LGTM with one comment. > > https://codereview.chromium.org/534043002/diff/80001/gpu/config/gpu_info.h > ...
6 years, 3 months ago (2014-09-03 22:26:29 UTC) #12
Zhenyao Mo
+jln: gpu_messages.h
6 years, 3 months ago (2014-09-04 20:56:07 UTC) #14
Zhenyao Mo
Also adds tsepez and palmer. One of you please take a look at gpu_messages.h
6 years, 3 months ago (2014-09-04 21:41:26 UTC) #16
Tom Sepez
Messages LGTM.
6 years, 3 months ago (2014-09-04 21:48:36 UTC) #17
palmer
LGTM
6 years, 3 months ago (2014-09-04 21:52:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zmo@chromium.org/534043002/100001
6 years, 3 months ago (2014-09-04 21:53:13 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001) as 96f8f48a12152b590cd5682d0a7e97e2a49f893f
6 years, 3 months ago (2014-09-05 01:37:29 UTC) #21
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:35:15 UTC) #22
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/84eae5e4c626a3b61b13b22fd13f859ec410583a
Cr-Commit-Position: refs/heads/master@{#293394}

Powered by Google App Engine
This is Rietveld 408576698