Home
last modified time | relevance | path

Searched defs:write_json (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/
Dprofiler.py15 def _GetResults(trace_results, controller, output, compress, write_json, argument
62 compress=False, write_json=False): argument
/external/chromium-trace/catapult/systrace/systrace/
Dsystrace_runner.py51 def OutputSystraceResults(self, write_json=False): argument
Dtracing_controller.py282 def __init__(self, output_file, trace_time, write_json, argument
/external/angle/src/tests/restricted_traces/
Dgen_restricted_traces.py52 def write_json(json_file, data): function
Dretrace_restricted_traces.py25 from gen_restricted_traces import read_json as read_json, write_json as write_json unknown