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

Unified Diff: server/samples/profilertest.srv

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 | « server/profilers.py ('k') | server/standalone_profiler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/samples/profilertest.srv
diff --git a/server/samples/profilertest.srv b/server/samples/profilertest.srv
index 8e67202c9613a5c9e20de6393c702177ddc8026b..2d6fc46e11a71c18000b1a20047e75fd735b1e7d 100644
--- a/server/samples/profilertest.srv
+++ b/server/samples/profilertest.srv
@@ -11,7 +11,7 @@ def add_profilers(at, profilers, timeout_sync, timeout_start, timeout_stop,
control_file.append("job.profilers.add(%s)"
% str(profiler)[1:-1])
- control_file.append(("job.run_test('barriertest', timeout_sync=%d, "
+ control_file.append(("job.run_test('profiler_sync', timeout_sync=%d, "
"timeout_start=%d, timeout_stop=%d, "
"hostid='%s', masterid='%s', all_ids=%s)")
% (timeout_sync, timeout_start, timeout_stop,
« no previous file with comments | « server/profilers.py ('k') | server/standalone_profiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698