Home
last modified time | relevance | path

Searched refs:output (Results 1 – 6 of 6) sorted by relevance

/toolchain/benchmark/
Dset_flags.py57 output = ''
62 output += line
65 f.write(output)
88 output = ''
93 output += line
95 f.write(output)
Dfix_skia_results.py142 output = _TransformBenchmarks(obj)
143 json.dump(output, sys.stdout)
Dgen_json.py79 outfile = arguments.output
/toolchain/pgo-profiles/scripts/
Dutils.py76 def run_llvm_profdata(inputs, output): argument
77 check_call([llvm_profdata(), 'merge', '-output=' + output] + inputs)
Dandroid_build_client.py65 output = utils.check_output(stubby_command, input=request)
68 return output.split('"')[1]
Dupdate_profiles.py57 def merge_profraws(self, profile_dir, output): argument
62 utils.run_llvm_profdata(profraws, output)