OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_json
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/systrace/systrace/
systrace_runner.py
49
def OutputSystraceResults(self,
write_json
=False):
57
write_json
: Whether to output to a json file (if false, use HTML file)
60
if
write_json
:
68
print '\nWrote trace %s file: file://%s\n' % (('JSON' if
write_json
tracing_controller.py
272
def __init__(self, output_file, trace_time, list_categories,
write_json
,
279
self.
write_json
=
write_json
290
options.list_categories, options.
write_json
,
297
options.
write_json
, None, None, None, None,
run_systrace.py
76
parser.add_option('-j', '--json', dest='
write_json
',
127
options.output_file = 'trace.json' if options.
write_json
else 'trace.html'
216
controller.OutputSystraceResults(
write_json
=options.
write_json
)
/external/chromium-trace/catapult/systrace/profile_chrome/
profiler.py
16
def _GetResults(trace_results, controller, output, compress,
write_json
,
38
if not
write_json
:
76
compress=False,
write_json
=False):
87
write_json
: If True, prefer JSON output over HTML.
119
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
153
write_json
=options.
write_json
)
variable
/external/chromium-trace/catapult/systrace/bin/
adb_profile_chrome_startup
95
write_json
=options.
write_json
)
Completed in 271 milliseconds