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

Unified Diff: build/android/pylib/perf_tests_helper.py

Issue 11886071: Telemetry & Android: fix stderr / stdout getting mixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/perf_tests_helper.py
diff --git a/build/android/pylib/perf_tests_helper.py b/build/android/pylib/perf_tests_helper.py
index ee2519bbd3a2b523a57700d26019184c5c478449..16a4c8c3ece75623b41429eaa485de9994f749ab 100644
--- a/build/android/pylib/perf_tests_helper.py
+++ b/build/android/pylib/perf_tests_helper.py
@@ -123,6 +123,8 @@ def PrintPerfResult(measurement, trace, values, units, result_type='default',
output += '\nSd %s: %f%s' % (measurement, sd, units)
if print_to_stdout:
print output
+ import sys
bulach 2013/01/16 17:23:26 probably more common to import in the header as us
marja 2013/01/16 17:25:26 Done.
+ sys.stdout.flush()
return output
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698