Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Jan 14, 2025
1 parent 9c18914 commit fd8be31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/profiler/poc-lift-flame-graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ def main(calyx_file, out_file):
component = components[component_name]
component.rewrite(position_map)
maps.append(component.gen_dict_for_json())
print(component)
print()

with open(out_file, "w", encoding="utf-8") as out:
out.write(json.dumps(maps, indent=4))
Expand Down

0 comments on commit fd8be31

Please sign in to comment.