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

Unified Diff: tools/perf/record_wpr

Issue 17379021: [telemetry] Update record_wpr to look for measurements everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | tools/telemetry/docs/telemetry.core.timeline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/record_wpr
diff --git a/tools/perf/record_wpr b/tools/perf/record_wpr
index 62b28331a241bf25c3f2dd3ba2ded23d3ea87c01..f73928a9b789063875dc41b474952a89e15f9970 100755
--- a/tools/perf/record_wpr
+++ b/tools/perf/record_wpr
@@ -9,5 +9,4 @@ import perf_tools
from telemetry.page import record_wpr
if __name__ == '__main__':
- benchmark_dir = os.path.join(os.path.dirname(__file__), 'perf_tools')
- sys.exit(record_wpr.Main(benchmark_dir))
+ sys.exit(record_wpr.Main(os.path.dirname(__file__)))
« no previous file with comments | « no previous file | tools/telemetry/docs/telemetry.core.timeline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698