Lines Matching refs:args
71 def __init__(self, args):
72 self.args = args
120 if self.args.input == "-":
135 if self.args.format == "html":
138 "colorscheme": self.args.colorscheme,
144 if self.args.format == "html":
145 if os.path.isfile(self.args.template):
146 template = f"file://{self.args.template}"
148 if not self.args.allow_download:
149 print(f"""Warning: Flame Graph template '{self.args.template}'
155 if self.args.input == "-":
200 output_fn = self.args.output or "flamegraph.html"
203 output_fn = self.args.output or "stacks.json"