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

Issue 1056533003: Re-subimission of https://codereview.chromium.org/1041213003/ (Closed)

Created:
5 years, 8 months ago by cylee1
Modified:
5 years, 8 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-subimission of https://codereview.chromium.org/1041213003/ 1. Use window.performance.timing instead of statsCollectionController to get page loading time. 2. Fix waiting condition to avoid racing condition BUG=472603, 467964 Committed: https://crrev.com/ad8d3f3d9182bb82f89c5d29e0c455d8deb8c15a Cr-Commit-Position: refs/heads/master@{#324118}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fail gracefully when timeout #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -37 lines) Patch
M tools/perf/metrics/startup_metric.py View 1 3 chunks +37 lines, -37 lines 1 comment Download

Messages

Total messages: 22 (3 generated)
nednguyen
This time, I think we should separate the wait fix from the ['request_start_ms', 'load_end_ms'] refactoring. ...
5 years, 8 months ago (2015-04-01 17:21:49 UTC) #2
cylee1
On 2015/04/01 17:21:49, nednguyen wrote: > This time, I think we should separate the wait ...
5 years, 8 months ago (2015-04-01 17:55:57 UTC) #3
cylee1
On 2015/04/01 17:55:57, cylee1 wrote: > On 2015/04/01 17:21:49, nednguyen wrote: > > This time, ...
5 years, 8 months ago (2015-04-03 21:22:10 UTC) #4
nednguyen
On 2015/04/01 17:55:57, cylee1 wrote: > On 2015/04/01 17:21:49, nednguyen wrote: > > This time, ...
5 years, 8 months ago (2015-04-03 21:22:15 UTC) #5
nednguyen
https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py File tools/perf/metrics/startup_metric.py (right): https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py#newcode73 tools/perf/metrics/startup_metric.py:73: tab_load_times.append(TabLoadTime(request_start, load_event_end)) Why do we need to use a ...
5 years, 8 months ago (2015-04-03 21:24:59 UTC) #6
cylee1
https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py File tools/perf/metrics/startup_metric.py (right): https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py#newcode73 tools/perf/metrics/startup_metric.py:73: tab_load_times.append(TabLoadTime(request_start, load_event_end)) On 2015/04/03 21:24:59, nednguyen wrote: > Why ...
5 years, 8 months ago (2015-04-03 21:26:57 UTC) #7
nednguyen
lgtm Please wait for the trybot results to be green before you land this. https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py ...
5 years, 8 months ago (2015-04-03 21:28:36 UTC) #8
cylee1
On 2015/04/03 21:28:36, nednguyen wrote: > lgtm > > Please wait for the trybot results ...
5 years, 8 months ago (2015-04-03 21:32:43 UTC) #9
nednguyen
On 2015/04/03 21:32:43, cylee1 wrote: > On 2015/04/03 21:28:36, nednguyen wrote: > > lgtm > ...
5 years, 8 months ago (2015-04-03 21:34:45 UTC) #10
nednguyen
https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py File tools/perf/metrics/startup_metric.py (right): https://codereview.chromium.org/1056533003/diff/1/tools/perf/metrics/startup_metric.py#newcode89 tools/perf/metrics/startup_metric.py:89: foreground_tab_stats = tab_load_times[0] If the TimeoutExceptions is thrown above, ...
5 years, 8 months ago (2015-04-03 22:07:09 UTC) #11
cylee1
Hi Ned, I followed the trybot instruction to run trybot as: tools/perf/run_benchmark --browser=trybot-all startup.cold.blank_page https://codereview.chromium.org/1063043002 ...
5 years, 8 months ago (2015-04-07 09:37:50 UTC) #12
nednguyen
On 2015/04/07 09:37:50, cylee1 wrote: > Hi Ned, > I followed the trybot instruction to ...
5 years, 8 months ago (2015-04-07 14:54:31 UTC) #13
nednguyen
+Dave, Kari for help with the trybot
5 years, 8 months ago (2015-04-07 14:55:10 UTC) #15
cylee1
On 2015/04/07 14:55:10, nednguyen wrote: > +Dave, Kari for help with the trybot Hi Ned, ...
5 years, 8 months ago (2015-04-07 19:58:34 UTC) #16
nednguyen
On 2015/04/07 19:58:34, cylee1 wrote: > On 2015/04/07 14:55:10, nednguyen wrote: > > +Dave, Kari ...
5 years, 8 months ago (2015-04-07 20:13:44 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056533003/20001
5 years, 8 months ago (2015-04-07 20:15:20 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-07 21:07:34 UTC) #20
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/ad8d3f3d9182bb82f89c5d29e0c455d8deb8c15a Cr-Commit-Position: refs/heads/master@{#324118}
5 years, 8 months ago (2015-04-07 21:08:31 UTC) #21
nednguyen
5 years, 8 months ago (2015-04-09 15:31:03 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1072053002/ by nednguyen@google.com.

The reason for reverting is: Speculative revert
(https://code.google.com/p/chromium/issues/detail?id=474977).

Powered by Google App Engine
This is Rietveld 408576698