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

Unified Diff: tools/perf/generate_profile

Issue 1005203002: Telemetry: Move ProfileCreator to tools/perf/profile_creator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/session_restore.py ('k') | tools/perf/profile_creators/extensions_profile_creator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_profile
diff --git a/tools/perf/generate_profile b/tools/perf/generate_profile
index 312c8f3d02ae1197d00a6c444f3cae18e18cfa51..a0d228922a877674f96baf1a9c3c9214a4a1b1c6 100755
--- a/tools/perf/generate_profile
+++ b/tools/perf/generate_profile
@@ -7,7 +7,7 @@ import sys
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
-from telemetry.page import profile_generator
+from profile_creators import profile_generator
if __name__ == '__main__':
sys.exit(profile_generator.Main())
« no previous file with comments | « tools/perf/benchmarks/session_restore.py ('k') | tools/perf/profile_creators/extensions_profile_creator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698