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

Issue 1927723002: Add a metrics table side panel (Closed)

Created:
4 years, 7 months ago by benjhayden
Modified:
4 years, 7 months ago
CC:
catapult-reviews_chromium.org, tracing-review_chromium.org
Base URL:
https://github.com/catapult-project/catapult.git@master
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Add a metrics table side panel Currently, the only metrics that are visible in trace viewer are a few specific per-UE system health metrics in single-user-expectation-sub-view. We need to be able to visualize all properties of all metric values for any given trace. This CL adds a simple metrics table side panel. It's far from perfect, but it's usable. This is a tiny step towards TBMv2.1 and results2.html. There will be many follow-up CLs. BUG=catapult:#2094,catapult:#2035 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/eab9231779a7225b90dd7b2b39766aae89c75477

Patch Set 1 #

Patch Set 2 : . #

Total comments: 33

Patch Set 3 : comments #

Total comments: 5

Patch Set 4 : remove diagnosticValues subRows #

Patch Set 5 : rename value-set-view #

Patch Set 6 : clean up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -0 lines) Patch
M tracing/trace_viewer.gypi View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M tracing/tracing/metrics/value_list.html View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tracing/tracing/ui/extras/lean_config.html View 1 chunk +1 line, -0 lines 0 comments Download
A tracing/tracing/ui/side_panel/metrics_side_panel.html View 1 2 3 4 5 1 chunk +128 lines, -0 lines 0 comments Download
A tracing/tracing/ui/value_set_view.html View 1 2 3 4 5 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (18 generated)
benjhayden
4 years, 7 months ago (2016-04-27 20:25:19 UTC) #3
nednguyen
We haven't settled down how to properly surface the diagnostic value yet. However, my high ...
4 years, 7 months ago (2016-04-28 04:16:21 UTC) #5
benjhayden
PTAL
4 years, 7 months ago (2016-04-29 20:15:39 UTC) #12
petrcermak
Looks good overall. Here are my comments. Also, please change the patch title to "Add ...
4 years, 7 months ago (2016-05-03 10:10:10 UTC) #13
benjhayden
Thanks for the great comments! This doesn't reflect any of the discussion that we've been ...
4 years, 7 months ago (2016-05-05 21:47:31 UTC) #15
benjhayden
Thanks for the great comments! This doesn't reflect any of the discussion that we've been ...
4 years, 7 months ago (2016-05-05 21:47:32 UTC) #16
nednguyen
On 2016/05/05 21:47:32, benjhayden_chromium wrote: > Thanks for the great comments! > > This doesn't ...
4 years, 7 months ago (2016-05-06 01:06:10 UTC) #17
nednguyen
https://codereview.chromium.org/1927723002/diff/140001/tracing/tracing/ui/side_panel/metrics_side_panel.html File tracing/tracing/ui/side_panel/metrics_side_panel.html (right): https://codereview.chromium.org/1927723002/diff/140001/tracing/tracing/ui/side_panel/metrics_side_panel.html#newcode123 tracing/tracing/ui/side_panel/metrics_side_panel.html:123: metric.constructor(valueList, this.model_); I think we better use: metricMapFunction(result, model, ...
4 years, 7 months ago (2016-05-06 01:14:49 UTC) #18
petrcermak
LGTM with one more nit and +1 to Ned's comment. Thanks, Petr https://codereview.chromium.org/1927723002/diff/120001/tracing/tracing/ui/side_panel/metrics_side_panel.html File tracing/tracing/ui/side_panel/metrics_side_panel.html ...
4 years, 7 months ago (2016-05-06 09:33:57 UTC) #19
nduca
didn't we agree that this is part of tbmv2.1 and that we'd do results.html and ...
4 years, 7 months ago (2016-05-06 17:28:05 UTC) #21
benjhayden
On 2016/05/06 at 17:28:05, nduca wrote: > didn't we agree that this is part of ...
4 years, 7 months ago (2016-05-09 22:55:35 UTC) #22
benjhayden
PTAL Making metrics-side-panel use metricMapFunction required moving MreResult, Failure, and FunctionHandle to tracing. https://codereview.chromium.org/1927723002/diff/140001/tracing/tracing/ui/results_table.html File ...
4 years, 7 months ago (2016-05-11 22:52:38 UTC) #23
nednguyen
On 2016/05/11 22:52:38, benjhayden_chromium wrote: > PTAL > > Making metrics-side-panel use metricMapFunction required moving ...
4 years, 7 months ago (2016-05-11 22:59:22 UTC) #25
nednguyen
lgtm https://codereview.chromium.org/1927723002/diff/140001/tracing/tracing/ui/side_panel/metrics_side_panel.html File tracing/tracing/ui/side_panel/metrics_side_panel.html (right): https://codereview.chromium.org/1927723002/diff/140001/tracing/tracing/ui/side_panel/metrics_side_panel.html#newcode123 tracing/tracing/ui/side_panel/metrics_side_panel.html:123: metric.constructor(valueList, this.model_); On 2016/05/06 09:33:57, petrcermak wrote: > ...
4 years, 7 months ago (2016-05-11 23:35:50 UTC) #27
eakuefner
Patch 5 lgtm % comments we discussed in person.
4 years, 7 months ago (2016-05-11 23:45:46 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1927723002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927723002/240001
4 years, 7 months ago (2016-05-12 00:22:01 UTC) #33
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 00:43:19 UTC) #35
Message was sent while issue was closed.
Committed patchset #6 (id:240001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698