Home
last modified time | relevance | path

Searched refs:write_json (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py15 def _GetResults(trace_results, controller, output, compress, write_json, argument
37 if not write_json:
62 compress=False, write_json=False): argument
107 return _GetResults(all_results, controller, output, compress, write_json,
Dprofiler_unittest.py37 [fake_agent_2], write_json=True)
51 write_json=True)
Dmain.py155 write_json=options.write_json)
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace_runner.py50 def OutputSystraceResults(self, write_json=False): argument
61 if write_json:
69 print '\nWrote trace %s file: file://%s\n' % (('JSON' if write_json
Dtracing_controller.py282 def __init__(self, output_file, trace_time, write_json, argument
288 self.write_json = write_json
299 options.write_json,
306 options.write_json, None, None, None, None,
Drun_systrace.py88 suffix = '.json' if options.write_json else '.html'
202 controller.OutputSystraceResults(write_json=options.write_json)
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup105 write_json=options.write_json)