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

Unified Diff: tools/telemetry/telemetry/core/profile_types.py

Issue 17438002: [telemetry] test_runner and run_benchmarks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update docs? Created 7 years, 6 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
Index: tools/telemetry/telemetry/core/profile_types.py
diff --git a/tools/telemetry/telemetry/core/profile_types.py b/tools/telemetry/telemetry/core/profile_types.py
index 4f011b11942c55f1faf038bd4e90c9871bbc6f2d..1ae587cc74a7f48e7e5dc816a67a718792c978c8 100644
--- a/tools/telemetry/telemetry/core/profile_types.py
+++ b/tools/telemetry/telemetry/core/profile_types.py
@@ -24,8 +24,7 @@ def _DiscoverCreateableProfiles(profile_creators_dir):
'small_profile_creator will be 'small_profile'.
"""
profile_creators_unfiltered = (
- discover.DiscoverClasses(profile_creators_dir,
- os.path.join(profile_creators_dir, '..'),
+ discover.DiscoverClasses(profile_creators_dir, profile_creators_dir,
profile_creator.ProfileCreator))
# Remove '_creator' suffix from keys.

Powered by Google App Engine
This is Rietveld 408576698