|
|
[Telemetry] Allows concatenating multiple Disabled & Enabled decorators.
For this to work, we also abandon the "@Disabled" &
"@Disabled()" syntax, which used to mean unconditionally
disable. The places that use such syntax are switched
to @Disabled('all').
The reason for this is to simplify the handling logic of
combining multiple decorators & make the unconditional
@Disabled(..) clearer.
BUG= 552477
Committed: https://crrev.com/f83d36c71ece47e23fac753b42437148090636c1
Cr-Commit-Position: refs/heads/master@{#358457}
Total comments: 2
Total comments: 2
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+144 lines, -65 lines) |
Patch |
 |
M |
tools/perf/benchmarks/benchmark_smoke_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/blink_perf.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/chrome_signin_startup.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/draw_properties.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/gpu_times.py
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/maps.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/media.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/page_cycler.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/power.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/rasterize_and_record_micro.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/repaint.py
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/skpicture_printer.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/tab_switching.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/text_selection.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/task_execution_time_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/decorators.py
|
View
|
1
2
3
4
5
|
5 chunks |
+18 lines, -24 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/decorators_unittest.py
|
View
|
|
2 chunks |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/chrome/cros_unittest.py
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/chrome_inspector/inspector_network_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/image_processing/video_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/platform/profiler/vtune_profiler_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/page_test_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/testing/disabled_cases.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 39 (19 generated)
|