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

Issue 6341011: Reland 72704 - Defered collect DirectX diagnostics until they are needed for ... (Closed)

Created:
9 years, 11 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, pam+watch_chromium.org, apatrick_chromium, Paweł Hajdan Jr.
Visibility:
Public.

Description

Reland 72704 - Defered collect DirectX diagnostics until they are needed for about:gpu. This is because collecting the stats often crashes. Added a guard to prevent the collection of diagnostics on multiple threads simultaneously. Renamed GPUInfo::Progress to GPUInfo::Level. TEST=try, about:gpu does not cause concurrent diagnostics collection BUG=none Review URL: http://codereview.chromium.org/6364013 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72731

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -51 lines) Patch
M chrome/browser/dom_ui/gpu_internals_ui.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/gpu_blacklist.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gpu_blacklist_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gpu_process_host_ui_shim.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/gpu_process_host_ui_shim.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/gpu_info.h View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/common/gpu_info.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/gpu_info_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/gpu_messages.cc View 6 chunks +23 lines, -5 lines 0 comments Download
M chrome/common/gpu_messages_internal.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/gpu_messages_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/gpu_param_traits.h View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/gpu/gpu_info_collector_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/gpu/gpu_info_collector_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/gpu/gpu_info_collector_win.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/gpu/gpu_thread.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/gpu/gpu_thread.cc View 3 chunks +21 lines, -14 lines 0 comments Download
M chrome/test/gpu/gpu_pixel_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698