HomeSort by relevance Sort by last modified time
    Searched refs:write_json (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/systrace/systrace/
systrace_runner.py 50 def OutputSystraceResults(self, write_json=False):
58 write_json: Whether to output to a json file (if false, use HTML file)
61 if write_json:
69 print '\nWrote trace %s file: file://%s\n' % (('JSON' if write_json
tracing_controller.py 282 def __init__(self, output_file, trace_time, write_json,
288 self.write_json = write_json
299 options.write_json,
306 options.write_json, None, None, None, None,
run_systrace.py 88 suffix = '.json' if options.write_json else '.html'
202 controller.OutputSystraceResults(write_json=options.write_json)
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler.py 15 def _GetResults(trace_results, controller, output, compress, write_json,
37 if not write_json:
62 compress=False, write_json=False):
73 write_json: If True, prefer JSON output over HTML.
107 return _GetResults(all_results, controller, output, compress, write_json,
profiler_unittest.py 37 [fake_agent_2], write_json=True)
51 write_json=True)
main.py 155 write_json=options.write_json) variable
  /external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup 105 write_json=options.write_json)

Completed in 223 milliseconds