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

Issue 103433002: [telemetry] Script for finding all Telemetry dependencies. (Closed)

Created:
7 years ago by dtu
Modified:
6 years, 10 months ago
Reviewers:
achuithb, nduca, tonyg
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

[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

Patch Set 1 : #

Total comments: 18

Patch Set 2 : Script fixes and convenience additions. #

Patch Set 3 : Remove unit test file. #

Total comments: 1

Patch Set 4 : Remove file for realz #

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

Messages

Total messages: 16 (0 generated)
nduca
can we move telemetry_tools into telemetry/?
6 years, 11 months ago (2014-01-07 23:50:58 UTC) #1
nduca
also unit tests for this :)
6 years, 11 months ago (2014-01-07 23:51:10 UTC) #2
dtu
On 2014/01/07 23:50:58, nduca wrote: > can we move telemetry_tools into telemetry/? Why does telemetry_tools ...
6 years, 10 months ago (2014-01-29 00:53:07 UTC) #3
achuithb
There's a chance that this CL will break telemetry on cros. We still don't have ...
6 years, 10 months ago (2014-01-29 01:01:05 UTC) #4
tonyg
https://chromiumcodereview.appspot.com/103433002/diff/120001/tools/telemetry_tools/find_dependencies File tools/telemetry_tools/find_dependencies (right): https://chromiumcodereview.appspot.com/103433002/diff/120001/tools/telemetry_tools/find_dependencies#newcode2 tools/telemetry_tools/find_dependencies:2: # Copyright (c) 2013 The Chromium Authors. All rights ...
6 years, 10 months ago (2014-01-29 05:10:07 UTC) #5
dtu
PTAL @achuith, I don't think this will affect ChromeOS. It's a mostly self-contained script that ...
6 years, 10 months ago (2014-02-13 21:49:35 UTC) #6
tonyg
lgtm https://chromiumcodereview.appspot.com/103433002/diff/170001/tools/telemetry_tools/find_dependencies_unittest.py File tools/telemetry_tools/find_dependencies_unittest.py (right): https://chromiumcodereview.appspot.com/103433002/diff/170001/tools/telemetry_tools/find_dependencies_unittest.py#newcode12 tools/telemetry_tools/find_dependencies_unittest.py:12: class FindDependenciesTest(unittest.TestCase): We want to implement this or ...
6 years, 10 months ago (2014-02-13 21:55:29 UTC) #7
dtu
The CQ bit was checked by dtu@chromium.org
6 years, 10 months ago (2014-02-13 22:52:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/103433002/260001
6 years, 10 months ago (2014-02-13 22:54:01 UTC) #9
achuithb
On 2014/02/13 21:49:35, dtu wrote: > PTAL > > @achuith, I don't think this will ...
6 years, 10 months ago (2014-02-13 23:33:34 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-14 02:45:41 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=201893
6 years, 10 months ago (2014-02-14 02:45:42 UTC) #12
tonyg
The CQ bit was checked by tonyg@chromium.org
6 years, 10 months ago (2014-02-14 02:54:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/103433002/260001
6 years, 10 months ago (2014-02-14 02:58:10 UTC) #14
commit-bot: I haz the power
Change committed as 251298
6 years, 10 months ago (2014-02-14 13:59:09 UTC) #15
dtu
6 years, 10 months ago (2014-02-22 01:36:54 UTC) #16
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/170313010/ by dtu@chromium.org.

The reason for reverting is: May have caused a performance regression, reverting
to confirm.
https://code.google.com/p/chromium/issues/detail?id=345374.

Powered by Google App Engine
This is Rietveld 408576698