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

Issue 675303004: 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 URLRequestFileJob::DidOpen, which is responsible for 15.3 jph. BUG=423948 TBR=mmenke@chromium.org Committed: https://crrev.com/8ada724c275215eb98e911624edb5abca763fd36 Cr-Commit-Position: refs/heads/master@{#301480}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M net/url_request/url_request_file_job.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M net/url_request/url_request_job.cc View 2 chunks +6 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/675303004/1
6 years, 2 months ago (2014-10-24 23:29:32 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/21948)
6 years, 2 months ago (2014-10-25 00:29:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/675303004/1
6 years, 1 month ago (2014-10-27 22:27:43 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
6 years, 1 month ago (2014-10-27 23:24:04 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-10-27 23:24:38 UTC) #8
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/8ada724c275215eb98e911624edb5abca763fd36
Cr-Commit-Position: refs/heads/master@{#301480}

Powered by Google App Engine
This is Rietveld 408576698