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

Issue 390143002: Cleanup Timeline Interaction Record (Closed)

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

Description

Minor cleanups for the Timeline Interaction Record: * Update to use a single regex with named groups * Add flags attr to the TIR __init__ function * Remove references to 'logical name' (use 'label' instead) * Use @property for attributes BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283462

Patch Set 1 : #

Total comments: 9

Patch Set 2 : address comments #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : add is_fast #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -43 lines) Patch
M tools/telemetry/telemetry/web_perf/timeline_interaction_record.py View 1 2 3 4 5 chunks +48 lines, -43 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
ariblue
6 years, 5 months ago (2014-07-14 20:12:36 UTC) #1
nednguyen
https://codereview.chromium.org/390143002/diff/20001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py File tools/telemetry/telemetry/web_perf/timeline_interaction_record.py (right): https://codereview.chromium.org/390143002/diff/20001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py#newcode103 tools/telemetry/telemetry/web_perf/timeline_interaction_record.py:103: * repeatable: Allows other interactions to use the same ...
6 years, 5 months ago (2014-07-14 20:19:15 UTC) #2
chrishenry
https://codereview.chromium.org/390143002/diff/20001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py File tools/telemetry/telemetry/web_perf/timeline_interaction_record.py (right): https://codereview.chromium.org/390143002/diff/20001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py#newcode116 tools/telemetry/telemetry/web_perf/timeline_interaction_record.py:116: setattr(self, flag, flag in flags) On 2014/07/14 20:19:15, nednguyen ...
6 years, 5 months ago (2014-07-14 21:06:39 UTC) #3
ariblue
https://codereview.chromium.org/390143002/diff/20001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py File tools/telemetry/telemetry/web_perf/timeline_interaction_record.py (right): https://codereview.chromium.org/390143002/diff/20001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py#newcode103 tools/telemetry/telemetry/web_perf/timeline_interaction_record.py:103: * repeatable: Allows other interactions to use the same ...
6 years, 5 months ago (2014-07-14 21:30:42 UTC) #4
nednguyen
lgtm https://codereview.chromium.org/390143002/diff/40001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py File tools/telemetry/telemetry/web_perf/timeline_interaction_record.py (right): https://codereview.chromium.org/390143002/diff/40001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py#newcode171 tools/telemetry/telemetry/web_perf/timeline_interaction_record.py:171: return getattr(self, metric_type) return metric_type in self._flags? The ...
6 years, 5 months ago (2014-07-14 22:09:59 UTC) #5
ariblue
https://codereview.chromium.org/390143002/diff/40001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py File tools/telemetry/telemetry/web_perf/timeline_interaction_record.py (right): https://codereview.chromium.org/390143002/diff/40001/tools/telemetry/telemetry/web_perf/timeline_interaction_record.py#newcode171 tools/telemetry/telemetry/web_perf/timeline_interaction_record.py:171: return getattr(self, metric_type) On 2014/07/14 22:09:59, nednguyen wrote: > ...
6 years, 5 months ago (2014-07-14 22:13:42 UTC) #6
chrishenry
lgtm
6 years, 5 months ago (2014-07-14 22:14:35 UTC) #7
ariblue
The CQ bit was checked by ariblue@google.com
6 years, 5 months ago (2014-07-14 22:23:24 UTC) #8
ariblue
The CQ bit was unchecked by ariblue@google.com
6 years, 5 months ago (2014-07-14 22:24:22 UTC) #9
ariblue
The CQ bit was checked by ariblue@google.com
6 years, 5 months ago (2014-07-15 00:56:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ariblue@google.com/390143002/120001
6 years, 5 months ago (2014-07-15 00:57:29 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-07-16 02:48:53 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-16 03:22:04 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/170989)
6 years, 5 months ago (2014-07-16 03:22:06 UTC) #14
ariblue
The CQ bit was checked by ariblue@google.com
6 years, 5 months ago (2014-07-16 18:55:02 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ariblue@google.com/390143002/120001
6 years, 5 months ago (2014-07-16 18:57:26 UTC) #16
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 19:04:40 UTC) #17
Message was sent while issue was closed.
Change committed as 283462

Powered by Google App Engine
This is Rietveld 408576698