|
[telemetry] Script for finding all Telemetry dependencies.
Given a list of Python modules, it will find all:
- bootstrap_deps folders, recursively.
- Python dependencies.
- Page sets in those modules' folders.
- Serving dirs of those page sets.
And print a list of all files, or zip them up.
Example bot command: tools/telemetry_tools/find_dependencies -v tools/perf/run_benchmark tools/perf/run_measurement tools/perf/record_wpr content/test/gpu/run_gpu_test -z telemetry.zip
BUG= 311380
TEST=Ran it.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251298
Total comments: 18
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+373 lines, -24 lines) |
Patch |
 |
M |
tools/perf/benchmarks/peacekeeper.py
|
View
|
|
8 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/perf/generate_profile
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/record_android_profile.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/record_wpr
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/run_benchmark
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/run_measurement
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/run_tests
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/run_tests
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/util.py
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/cloud_storage.py
|
View
|
1
|
4 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry_tools/find_dependencies
|
View
|
1
|
1 chunk |
+262 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry_tools/path_set.py
|
View
|
1
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry_tools/path_set_unittest.py
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|