Lines Matching refs:output_str
176 output_str = "".join([
182 output_str = minimal_html
186 download_md5sum = hashlib.md5(output_str.encode("utf-8")).hexdigest()
192 {output_str}
197 output_str = output_str.replace("/** @options_json **/", options_json)
198 output_str = output_str.replace("/** @flamegraph_json **/", stacks_json)
202 output_str = stacks_json
207 out.write(output_str)
212 out.write(output_str)