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 51 def OutputSystraceResults(self, write_json=False):
59 write_json: Whether to output to a json file (if false, use HTML file)
62 if write_json:
70 print '\nWrote trace %s file: file://%s\n' % (('JSON' if write_json
tracing_controller.py 281 def __init__(self, output_file, trace_time, write_json,
287 self.write_json = write_json
298 options.write_json,
305 options.write_json, None, None, None, None,
run_systrace.py 87 suffix = '.json' if options.write_json else '.html'
198 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 317 milliseconds