Home
last modified time | relevance | path

Searched refs:report_path (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
Dinferno.py167 f = open(args.report_path, 'w')
354 report_path = output_report(process, args)
356 open_report_in_browser(report_path)
362 log_info("Flamegraph generated at '%s'." % report_path)
/system/extras/simpleperf/scripts/
Dutils.py360 def open_report_in_browser(report_path): argument
364 subprocess.check_call(['open', report_path])
372 browser.open(report_path, new=0, autoraise=True)
375 webbrowser.open_new_tab(report_path)
Dreport_html.py962 report_generator = ReportGenerator(args.report_path)
969 open_report_in_browser(args.report_path)
970 log_info("Report generated at '%s'." % args.report_path)