Chromium Code Reviews| 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 |