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

Issue 2428953002: Helper function for get interactive timestamps (Closed)

Created:
4 years, 2 months ago by dproy
Modified:
4 years, 2 months ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Helper function for get interactive timestamps To compute Estimated Input Latency, we need to identify task windows after a page becomes interactive and until the user navigates away from the page. When a page becomes interactive is defined by the TTI metric. This CL adds a function to extract all interactive timestamps of a single renderer. BUG=chromium:631206 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/f2c0fd71e5d2ada5b38ed1a2b1baecd0f7486b4a

Patch Set 1 #

Total comments: 2

Patch Set 2 : Return map of timestamps #

Total comments: 6

Patch Set 3 : Address charliea@ comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -25 lines) Patch
M tracing/tracing/extras/chrome/estimated_input_latency.html View 1 3 chunks +31 lines, -1 line 0 comments Download
M tracing/tracing/extras/chrome/estimated_input_latency_test.html View 1 2 3 chunks +116 lines, -24 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
dproy
PTAL. Split from https://codereview.chromium.org/2323533003/ @benjhayden: Do you think the layering is ok? Currently this file ...
4 years, 2 months ago (2016-10-18 16:37:22 UTC) #3
benjhayden
lgtm
4 years, 2 months ago (2016-10-18 19:54:05 UTC) #4
nednguyen
https://codereview.chromium.org/2428953002/diff/1/tracing/tracing/extras/chrome/estimated_input_latency.html File tracing/tracing/extras/chrome/estimated_input_latency.html (right): https://codereview.chromium.org/2428953002/diff/1/tracing/tracing/extras/chrome/estimated_input_latency.html#newcode50 tracing/tracing/extras/chrome/estimated_input_latency.html:50: return interactiveTimestamps; Hmhh, this is a flatten list, which ...
4 years, 2 months ago (2016-10-18 19:56:12 UTC) #5
dproy
https://codereview.chromium.org/2428953002/diff/1/tracing/tracing/extras/chrome/estimated_input_latency.html File tracing/tracing/extras/chrome/estimated_input_latency.html (right): https://codereview.chromium.org/2428953002/diff/1/tracing/tracing/extras/chrome/estimated_input_latency.html#newcode50 tracing/tracing/extras/chrome/estimated_input_latency.html:50: return interactiveTimestamps; On 2016/10/18 19:56:11, nednguyen wrote: > Hmhh, ...
4 years, 2 months ago (2016-10-18 20:45:00 UTC) #6
nednguyen
lgtm
4 years, 2 months ago (2016-10-18 23:08:50 UTC) #7
charliea (OOO until 10-5)
lgtm w/ comments https://codereview.chromium.org/2428953002/diff/20001/tracing/tracing/extras/chrome/estimated_input_latency_test.html File tracing/tracing/extras/chrome/estimated_input_latency_test.html (right): https://codereview.chromium.org/2428953002/diff/20001/tracing/tracing/extras/chrome/estimated_input_latency_test.html#newcode58 tracing/tracing/extras/chrome/estimated_input_latency_test.html:58: {isLoadingMainFrame: true, frame: {id_ref: '0xdeadbeef'}, this ...
4 years, 2 months ago (2016-10-18 23:27:54 UTC) #8
dproy
https://codereview.chromium.org/2428953002/diff/20001/tracing/tracing/extras/chrome/estimated_input_latency_test.html File tracing/tracing/extras/chrome/estimated_input_latency_test.html (right): https://codereview.chromium.org/2428953002/diff/20001/tracing/tracing/extras/chrome/estimated_input_latency_test.html#newcode58 tracing/tracing/extras/chrome/estimated_input_latency_test.html:58: {isLoadingMainFrame: true, frame: {id_ref: '0xdeadbeef'}, On 2016/10/18 23:27:54, charliea ...
4 years, 2 months ago (2016-10-18 23:38:57 UTC) #9
charliea (OOO until 10-5)
https://codereview.chromium.org/2428953002/diff/20001/tracing/tracing/extras/chrome/estimated_input_latency_test.html File tracing/tracing/extras/chrome/estimated_input_latency_test.html (right): https://codereview.chromium.org/2428953002/diff/20001/tracing/tracing/extras/chrome/estimated_input_latency_test.html#newcode141 tracing/tracing/extras/chrome/estimated_input_latency_test.html:141: interactiveTimestamps.sort((a, b) => a - b), [5000, 110000]); On ...
4 years, 2 months ago (2016-10-18 23:48:20 UTC) #10
tdresser
LGTM
4 years, 2 months ago (2016-10-19 14:55:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2428953002/40001
4 years, 2 months ago (2016-10-19 14:57:50 UTC) #14
commit-bot: I haz the power
4 years, 2 months ago (2016-10-19 15:49:37 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698