Searched refs:report_path (Results 1 – 3 of 3) sorted by relevance
167 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)
360 def open_report_in_browser(report_path): argument364 subprocess.check_call(['open', report_path])372 browser.open(report_path, new=0, autoraise=True)375 webbrowser.open_new_tab(report_path)
962 report_generator = ReportGenerator(args.report_path)969 open_report_in_browser(args.report_path)970 log_info("Report generated at '%s'." % args.report_path)