forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding more instrumentations to find jankiness.
Prior instrumentations showed that most of jank happens in: * "StartReading(false); // Read the first chunk." line in ResourceLoader::OnResponseStarted: 17.6 jph * URLFetcherCore::OnReadCompleted: 6.15 jph but outside of other instrumentations. Instrumenting their not yet instrumented internals. BUG=423948 Review URL: https://codereview.chromium.org/774513002 Cr-Commit-Position: refs/heads/master@{#306343}
- Loading branch information
vadimt
authored and
Commit bot
committed
Dec 2, 2014
1 parent
688d454
commit 394300b
Showing
2 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters