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

Issue 403093002: Merge all logic in PageMeasurementResults to PageTestResults. (Closed)

Created:
6 years, 5 months ago by chrishenry
Modified:
6 years, 5 months ago
Reviewers:
nednguyen
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Merge all logic in PageMeasurementResults to PageTestResults. This consists of: 1) Deletion of WillMeasurePage/DidMeasurePage and page_specific_results_for_current_page (which does not make sense since a results can be added any time between StartTest/StopTest. 2) Moving trace_tag and current_page property to PageTestResults; current_page is filled at StartTest and reset at StopTest. The class itself will be deleted separately after all of its subclasses are deleted or switched to OutputFormatter (as per thread on telemetry@chromium.org). BUG=383635 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285612

Patch Set 1 : #

Patch Set 2 : Rebase. #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -188 lines) Patch
M tools/perf/measurements/page_cycler_unittest.py View 4 chunks +12 lines, -16 lines 3 comments Download
M tools/perf/metrics/test_page_measurement_results.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_measurement.py View 1 1 chunk +1 line, -5 lines 0 comments Download
M tools/telemetry/telemetry/results/block_page_measurement_results_unittest.py View 1 1 chunk +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/results/buildbot_page_measurement_results_unittest.py View 12 chunks +60 lines, -62 lines 0 comments Download
M tools/telemetry/telemetry/results/csv_page_measurement_results_unittest.py View 1 4 chunks +16 lines, -16 lines 0 comments Download
M tools/telemetry/telemetry/results/html_page_measurement_results_unittest.py View 3 chunks +12 lines, -12 lines 0 comments Download
M tools/telemetry/telemetry/results/page_measurement_results.py View 1 chunk +1 line, -29 lines 0 comments Download
M tools/telemetry/telemetry/results/page_measurement_results_unittest.py View 7 chunks +31 lines, -34 lines 0 comments Download
M tools/telemetry/telemetry/results/page_test_results.py View 3 chunks +11 lines, -4 lines 4 comments Download
M tools/telemetry/telemetry/web_perf/metrics/fast_metric_unittest.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py View 2 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
chrishenry
6 years, 5 months ago (2014-07-24 23:27:53 UTC) #1
chrishenry
Btw, this is blocked on: https://codereview.chromium.org/394953002/
6 years, 5 months ago (2014-07-24 23:34:22 UTC) #2
chrishenry
On 2014/07/24 23:34:22, chrishenry wrote: > Btw, this is blocked on: > https://codereview.chromium.org/394953002/ The blocking ...
6 years, 5 months ago (2014-07-25 16:01:46 UTC) #3
nednguyen
LGTM with some comments https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py File tools/perf/measurements/page_cycler_unittest.py (right): https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py#newcode171 tools/perf/measurements/page_cycler_unittest.py:171: results.StartTest(page) I think we use ...
6 years, 5 months ago (2014-07-25 16:14:45 UTC) #4
chrishenry
https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py File tools/perf/measurements/page_cycler_unittest.py (right): https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py#newcode171 tools/perf/measurements/page_cycler_unittest.py:171: results.StartTest(page) On 2014/07/25 16:14:45, nednguyen wrote: > I think ...
6 years, 5 months ago (2014-07-25 16:24:28 UTC) #5
nednguyen
https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py File tools/perf/measurements/page_cycler_unittest.py (right): https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py#newcode171 tools/perf/measurements/page_cycler_unittest.py:171: results.StartTest(page) On 2014/07/25 16:24:28, chrishenry wrote: > On 2014/07/25 ...
6 years, 5 months ago (2014-07-25 16:36:58 UTC) #6
nednguyen
On 2014/07/25 16:36:58, nednguyen wrote: > https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py > File tools/perf/measurements/page_cycler_unittest.py (right): > > https://codereview.chromium.org/403093002/diff/60001/tools/perf/measurements/page_cycler_unittest.py#newcode171 > ...
6 years, 5 months ago (2014-07-25 16:38:00 UTC) #7
chrishenry
The CQ bit was checked by chrishenry@google.com
6 years, 5 months ago (2014-07-25 16:47:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishenry@google.com/403093002/60001
6 years, 5 months ago (2014-07-25 16:49:59 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 17:25:48 UTC) #10
Message was sent while issue was closed.
Change committed as 285612

Powered by Google App Engine
This is Rietveld 408576698