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

Unified Diff: server/profilers.py

Issue 1595019: Merge remote branch 'origin/upstream' into tempbranch (Closed)
Patch Set: Created 10 years, 8 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 | « frontend/tko/models.py ('k') | server/samples/profilertest.srv » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/profilers.py
diff --git a/server/profilers.py b/server/profilers.py
index 1d54bcffa23e5617589715a99ba058897df45ae3..9c4263715e33f63def6fa098ea2819cccc81c57f 100644
--- a/server/profilers.py
+++ b/server/profilers.py
@@ -13,7 +13,7 @@ def get_profiler_results_dir(autodir):
Given the directory of the autotest client used to run a profiler,
return the remote path where profiler results will be stored.
"""
- return os.path.join(autodir, 'results', 'default', 'barriertest',
+ return os.path.join(autodir, 'results', 'default', 'profiler_sync',
'profiling')
« no previous file with comments | « frontend/tko/models.py ('k') | server/samples/profilertest.srv » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698