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

Issue 11818024: InspectorTimeline improvements (Closed)

Created:
7 years, 11 months ago by nduca
Modified:
7 years, 11 months ago
Reviewers:
bulach
CC:
chromium-reviews, chrome-speed-team+watch_google.com, pam+watch_chromium.org, telemetry+watch_chromium.org
Visibility:
Public.

Description

InspectorTimeline improvements - Split out inspector-neutral parts of InspectorTimeline in preparation for about:tracing-based timeline - Use event.name instead of type, which is in keeping with trace-viewer - Use ms on units since the rest of telemetry uses seconds, but for precision reasons, ms makes sense to stick with - Move arguments to event.args so that params get consistent treatment e.g. event.foo['bar'] is less consistent than event.args['foo']['bar'] - Improved test coverage of model, events, parsing - event.self_time which represents - drop events lacking start- or end- times R=bulach@chromium.org NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175782

Patch Set 1 #

Total comments: 11

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -102 lines) Patch
M tools/perf/perf_tools/image_decoding_benchmark.py View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/inspector_timeline.py View 1 4 chunks +64 lines, -46 lines 0 comments Download
M tools/telemetry/telemetry/inspector_timeline_unittest.py View 1 3 chunks +91 lines, -52 lines 0 comments Download
A tools/telemetry/telemetry/timeline_event.py View 1 1 chunk +48 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/timeline_event_unittest.py View 1 1 chunk +27 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/timeline_model.py View 1 1 chunk +23 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/timeline_model_unittest.py View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nduca
ptal
7 years, 11 months ago (2013-01-09 10:56:33 UTC) #1
bulach
lgtm, good stuff! just some nits, and a suggestion to clarify the new method a ...
7 years, 11 months ago (2013-01-09 11:17:17 UTC) #2
nduca
(notry because none of this code actually is affected by trybots)
7 years, 11 months ago (2013-01-09 11:55:33 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/11818024/7001
7 years, 11 months ago (2013-01-09 11:55:54 UTC) #4
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 11:56:44 UTC) #5
Message was sent while issue was closed.
Change committed as 175782

Powered by Google App Engine
This is Rietveld 408576698