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

Issue 675273004: Adding instrumentation to locate the source of jankiness. (Closed)

Created:
6 years, 2 months ago by vadimt
Modified:
6 years, 1 month ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adding instrumentation to locate the source of jankiness. Mechanical change that adds instrumentation required to locate the source of jankiness (i.e. a long-running fragment of code executed as a part of the task that causes jank) in the code. See the bug for details on what kind of jank we are after. A number of similar CLs were landed, and none of them caused issues. They've helped to find and fix janky code. The code of the instrumentation is highly optimized and is not expected to affect performance. The code simply creates a diagnostic task which is identical to ones created by PostTask or IPC message handlers. Landing as TBR since this is a mechanical, safe and temporary change. This CL instruments code invoked from HttpStreamParser::OnIOComplete's callback, which is responsible for 16.2 jph BUG=424359 TBR=mmenke@chromium.org Committed: https://crrev.com/535be343134bb9d67ae4f05d1b11eb3de07c8317 Cr-Commit-Position: refs/heads/master@{#301504}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M net/http/http_network_transaction.cc View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/675273004/1
6 years, 2 months ago (2014-10-24 23:14:37 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/27926)
6 years, 2 months ago (2014-10-24 23:29:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/675273004/1
6 years, 1 month ago (2014-10-27 22:27:36 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 1 month ago (2014-10-28 00:13:41 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-10-28 00:14:46 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/535be343134bb9d67ae4f05d1b11eb3de07c8317
Cr-Commit-Position: refs/heads/master@{#301504}

Powered by Google App Engine
This is Rietveld 408576698