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

Issue 60233004: Revert 232959 "[Telemetry] Fix image_decoding_measurement timeout." (Closed)

Created:
7 years, 1 month ago by Ken Russell (switch to Gerrit)
Modified:
7 years, 1 month ago
Reviewers:
tonyg
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 232959 "[Telemetry] Fix image_decoding_measurement timeout." (Likely) caused timeouts in webgl_conformance_tests on Win and Mac Debug GPU bots. See Issue 314375 for more details. > [Telemetry] Fix image_decoding_measurement timeout. > > util.WaitFor polls which is not appropriate for PerformActionAndWaitForNavigate. > > Since DispatchNotifications blocks in recv until it gets some data, there is no > need to poll at an interval. Instead, we should call recv again as soon as > possible after dispatching a notification. > > In the case of the image decoding measurement, it runs timeline recording. There > were so many timeline messages to receive that we were not always getting to the > important Page.navigate message before timing out. > > Example: > http://build.chromium.org/p/chromium.perf/builders/Linux%20Perf%20%281%29/builds/27098 > > BUG=314375 > > Review URL: https://codereview.chromium.org/47013004 TBR=tonyg@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233021

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -28 lines) Patch
M trunk/src/tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/tools/telemetry/telemetry/core/backends/chrome/inspector_page.py View 2 chunks +28 lines, -24 lines 0 comments Download
M trunk/src/tools/telemetry/telemetry/core/util.py View 2 chunks +6 lines, -2 lines 0 comments Download
M trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Ken Russell (switch to Gerrit)
7 years, 1 month ago (2013-11-05 17:36:41 UTC) #1
Ken Russell (switch to Gerrit)
7 years, 1 month ago (2013-11-05 17:36:54 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r233021.

Powered by Google App Engine
This is Rietveld 408576698