|
[Telemetry] Introduce SummarizableValue.
This is a refresh of crrev.com/809393002, wherein
improvement_direction was added to Value.
This CL pulls out only the Telemetry-side changes
in an attempt to make this CL a bit smaller; the
next change will be to update Telemetry clients to
use this new field.
BUG= 459450
Committed: https://crrev.com/5ad6f2b91267a69d173713e1607774cac8bbf58a
Cr-Commit-Position: refs/heads/master@{#346410}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+602 lines, -247 lines) |
Patch |
|
M |
tools/telemetry/telemetry/internal/results/chart_json_output_formatter_unittest.py
|
View
|
1
2
|
9 chunks |
+26 lines, -14 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/internal/results/csv_pivot_table_output_formatter_unittest.py
|
View
|
1
|
4 chunks |
+25 lines, -7 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/internal/results/html_output_formatter_unittest.py
|
View
|
1
|
4 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/internal/results/json_output_formatter_unittest.py
|
View
|
1
|
5 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/internal/results/page_test_results_unittest.py
|
View
|
1
2
|
13 chunks |
+100 lines, -35 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/internal/results/story_run_unittest.py
|
View
|
1
2
|
4 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/internal/story_runner_unittest.py
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/histogram.py
|
View
|
1
|
5 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/histogram_unittest.py
|
View
|
1
2
|
5 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
A + |
tools/telemetry/telemetry/value/improvement_direction.py
|
View
|
1
2
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/list_of_scalar_values.py
|
View
|
1
|
7 chunks |
+21 lines, -14 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/list_of_scalar_values_unittest.py
|
View
|
1
2
|
11 chunks |
+40 lines, -17 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/merge_values_unittest.py
|
View
|
1
2
|
6 chunks |
+37 lines, -14 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/scalar.py
|
View
|
1
|
5 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/scalar_unittest.py
|
View
|
1
|
8 chunks |
+36 lines, -16 lines |
0 comments
|
Download
|
|
A |
tools/telemetry/telemetry/value/summarizable.py
|
View
|
1
2
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/value/summary_unittest.py
|
View
|
1
2
3
|
19 chunks |
+93 lines, -46 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/metrics/blob_timeline.py
|
View
|
1
2
3
4
|
3 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/metrics/gpu_timeline.py
|
View
|
1
2
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/metrics/memory_timeline.py
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/metrics/responsiveness_metric.py
|
View
|
1
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/metrics/single_event.py
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/metrics/smoothness.py
|
View
|
1
2
|
9 chunks |
+29 lines, -14 lines |
0 comments
|
Download
|
|
M |
tools/telemetry/telemetry/web_perf/timeline_based_measurement_unittest.py
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|