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

Issue 23545023: [Telemetry] Add 'name' attribute for pages, which allows for more human-readable printing (Closed)

Created:
7 years, 3 months ago by edmundyan
Modified:
7 years, 3 months ago
Reviewers:
dtu, sullivan1, tonyg
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org, sullivan
Visibility:
Public.

Description

[Telemetry] Add 'name' attribute for pages, which allows for more human-readable printing BUG=284547 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221312

Patch Set 1 #

Total comments: 6

Patch Set 2 : Dave's nits #

Patch Set 3 : Forgot to update the unitttests :( #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -98 lines) Patch
M tools/perf/measurements/blink_perf.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/loading_profile.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/measurements/skpicture_printer.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/metrics/v8_object_stats.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/block_page_measurement_results.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/page/block_page_measurement_results_unittest.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/page/buildbot_page_measurement_results.py View 1 2 chunks +33 lines, -30 lines 0 comments Download
M tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py View 1 2 8 chunks +33 lines, -26 lines 1 comment Download
M tools/telemetry/telemetry/page/csv_page_measurement_results.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/page/csv_page_measurement_results_unittest.py View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/page/page.py View 1 2 chunks +7 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/page/page_runner.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/page_unittest.py View 8 chunks +14 lines, -14 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
edmundyan
7 years, 3 months ago (2013-09-03 17:51:39 UTC) #1
dtu
Very thorough. lgtm with nits https://chromiumcodereview.appspot.com/23545023/diff/1/tools/telemetry/telemetry/page/buildbot_page_measurement_results.py File tools/telemetry/telemetry/page/buildbot_page_measurement_results.py (right): https://chromiumcodereview.appspot.com/23545023/diff/1/tools/telemetry/telemetry/page/buildbot_page_measurement_results.py#newcode37 tools/telemetry/telemetry/page/buildbot_page_measurement_results.py:37: # unique URLs. Missed ...
7 years, 3 months ago (2013-09-04 00:50:56 UTC) #2
edmundyan
https://codereview.chromium.org/23545023/diff/1/tools/telemetry/telemetry/page/buildbot_page_measurement_results.py File tools/telemetry/telemetry/page/buildbot_page_measurement_results.py (right): https://codereview.chromium.org/23545023/diff/1/tools/telemetry/telemetry/page/buildbot_page_measurement_results.py#newcode37 tools/telemetry/telemetry/page/buildbot_page_measurement_results.py:37: # unique URLs. On 2013/09/04 00:50:56, Dave Tu wrote: ...
7 years, 3 months ago (2013-09-04 03:03:36 UTC) #3
tonyg
lgtm
7 years, 3 months ago (2013-09-04 16:32:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/edmundyan@chromium.org/23545023/6001
7 years, 3 months ago (2013-09-04 16:42:37 UTC) #5
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) telemetry_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=165548
7 years, 3 months ago (2013-09-04 18:04:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/edmundyan@chromium.org/23545023/26001
7 years, 3 months ago (2013-09-04 18:35:11 UTC) #7
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 3 months ago (2013-09-04 18:42:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/edmundyan@chromium.org/23545023/26001
7 years, 3 months ago (2013-09-04 23:48:21 UTC) #9
commit-bot: I haz the power
Change committed as 221312
7 years, 3 months ago (2013-09-05 00:09:19 UTC) #10
tonyg
https://codereview.chromium.org/23545023/diff/26001/tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py File tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py (right): https://codereview.chromium.org/23545023/diff/26001/tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py#newcode46 tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py:46: expected = ['RESULT a_by_name: http___www.foo.com_= 3 seconds', Sorry I ...
7 years, 3 months ago (2013-09-06 04:32:24 UTC) #11
edmundyan
On 2013/09/06 04:32:24, tonyg wrote: > https://codereview.chromium.org/23545023/diff/26001/tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py > File > tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py > (right): > > ...
7 years, 3 months ago (2013-09-06 04:58:17 UTC) #12
edmundyan
On 2013/09/06 04:58:17, edmundyan wrote: > On 2013/09/06 04:32:24, tonyg wrote: > > > https://codereview.chromium.org/23545023/diff/26001/tools/telemetry/telemetry/page/buildbot_page_measurement_results_unittest.py ...
7 years, 3 months ago (2013-09-09 16:58:11 UTC) #13
sullivan1
Sorry I missed this before. The old perf dashboard couldn't selectively toggle traces on/off, so ...
7 years, 3 months ago (2013-09-09 17:13:22 UTC) #14
edmundyan
On 2013/09/09 17:13:22, sullivan_google.com wrote: > Sorry I missed this before. > > The old ...
7 years, 3 months ago (2013-09-09 18:27:51 UTC) #15
tonyg
7 years, 3 months ago (2013-09-10 02:45:37 UTC) #16
I think the easiest thing to do here is just to change the names back to
_by_url. Edmund, would you mind putting together a patch for that?


On Mon, Sep 9, 2013 at 11:27 AM, <edmundyan@chromium.org> wrote:

> On 2013/09/09 17:13:22, sullivan_google.com wrote:
>
>> Sorry I missed this before.
>>
>
>  The old perf dashboard couldn't selectively toggle traces on/off, so we
>> had
>> to separate out the times and by_url times into separate graphs. We did
>> this using the "_by_url" suffix on the graph. But the new dashboard can
>> show the data on the same chart, with the individual urls turned off.
>>
>
>  Since we supported the old and new dashboard at the same time, we just had
>> special treatment for "_by_url"-- it merges "times" and "times_by_url",
>> etc.
>>
>
>  How we resolve it depends on what you're trying to do here. We could
>> change
>> the dashboard to also do the same thing for "_by_name" that it does for
>> "_by_url". But why do we need these separated from the main chart anyway?
>>
>
> So current Endure bots don't even parse buildbot output, we're actually
> parsing
> the csv output.  So I have no preference for by_name or by_url.  I only
> changed
> buildbot output so that it would be more uniform with the other outputs
> (namely
> csv).
>
> Annie, are you saying that there is no longer a need (on your end) to do
> additional parsing for "_by_url" because the new dashboard can toggle
> on/off
> urls?  If so, I would just strip all that stuff out since we aren't using
> it
> either.  I can do this if you'd like.
>
>
https://codereview.chromium.**org/23545023/<https://codereview.chromium.org/2...
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698