Searched refs:output_pipe (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/ |
D | benchmark_runner.py | 49 def PrintBenchmarkList(benchmarks, possible_browser, output_pipe=sys.stdout): argument 61 print >> output_pipe, 'No benchmarks found!' 71 print >> output_pipe, 'Available benchmarks %sare:' % ( 78 print >> output_pipe, format_string % (b.Name(), b.Description()) 83 print >> output_pipe, ( 87 print >> output_pipe, format_string % (b.Name(), b.Description()) 88 print >> output_pipe, (
|