|
[Startup Tracing][Telemetry] Move tracing_options and tracing_category_filter
This CL moves tracing_options and tracing_category_filter to timeline/.
BUG= 317481, 482098
CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect
Committed: https://crrev.com/782e6b76a79d76f2df05c2835904dafa31201df1
Cr-Commit-Position: refs/heads/master@{#338302}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+41 lines, -446 lines) |
Patch |
 |
M |
content/test/gpu/gpu_tests/memory_test.py
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/gpu/gpu_tests/trace_test.py
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/blob_storage.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/gpu_times.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/benchmarks/memory_health_plan.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/draw_properties.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/image_decoding.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/oilpan_gc_times.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/smoothness.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/smoothness_controller.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/task_execution_time.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/thread_times.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/timeline_controller.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/v8_gc_times.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/platform/profiler/android_systrace_profiler.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/platform/profiler/trace_profiler.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
tools/telemetry/telemetry/core/platform/tracing_category_filter.py
|
View
|
|
1 chunk |
+0 lines, -181 lines |
0 comments
|
Download
|
 |
D |
tools/telemetry/telemetry/core/platform/tracing_category_filter_unittest.py
|
View
|
|
1 chunk |
+0 lines, -149 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/platform/tracing_controller_backend.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/platform/tracing_controller_unittest.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
tools/telemetry/telemetry/core/platform/tracing_options.py
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/actions/action_runner_unittest.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/chrome_inspector/tracing_backend_unittest.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/browser/browser_unittest.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/browser/tab_unittest.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
tools/telemetry/telemetry/timeline/tracing_category_filter.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
tools/telemetry/telemetry/timeline/tracing_category_filter_unittest.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
tools/telemetry/telemetry/timeline/tracing_options.py
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/smooth_gesture_util_unittest.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/timeline_based_measurement.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/timeline_based_page_test_unittest.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (6 generated)
|