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

Issue 2761093002: Instrument ContextCacheController::OnIdle for postmortem reports

Created:
3 years, 9 months ago by manzagop (departed)
Modified:
3 years, 9 months ago
Reviewers:
bcwhite
CC:
chromium-reviews, piman+watch_chromium.org, cc-bugs_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Instrument ContextCacheController::OnIdle for postmortem reports Postmortem reports (reports sent for unclean chrome shutdowns) shows a large fraction of reports in which the main thread is running ContextCacheController::OnIdle. This CL adds additional adhoc instrumentation to zoom in on the problem. BUG=703342 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add activity ids #

Patch Set 3 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1 line) Patch
M cc/output/context_cache_controller.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (11 generated)
manzagop (departed)
Please have a look!
3 years, 9 months ago (2017-03-20 21:49:04 UTC) #4
bcwhite
https://codereview.chromium.org/2761093002/diff/1/cc/output/context_cache_controller.cc File cc/output/context_cache_controller.cc (right): https://codereview.chromium.org/2761093002/diff/1/cc/output/context_cache_controller.cc#newcode164 cc/output/context_cache_controller.cc:164: base::debug::ScopedActivity activity_free(0, 0, 0); There is a default ctor ...
3 years, 9 months ago (2017-03-21 12:34:38 UTC) #5
manzagop (departed)
Thanks! Another look? https://codereview.chromium.org/2761093002/diff/1/cc/output/context_cache_controller.cc File cc/output/context_cache_controller.cc (right): https://codereview.chromium.org/2761093002/diff/1/cc/output/context_cache_controller.cc#newcode164 cc/output/context_cache_controller.cc:164: base::debug::ScopedActivity activity_free(0, 0, 0); On 2017/03/21 ...
3 years, 9 months ago (2017-03-21 14:00:23 UTC) #6
manzagop (departed)
Friendly ping.
3 years, 9 months ago (2017-03-22 16:44:38 UTC) #11
bcwhite
3 years, 9 months ago (2017-03-23 21:06:52 UTC) #16
lgtm

Powered by Google App Engine
This is Rietveld 408576698