Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Jan 13, 2025
1 parent c92e366 commit d68b4a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/profiler/profiler-process.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ def read_adl_mapping_file(adl_mapping_file):
def convert_trace(trace, adl_mapping_file):
component_map, cell_map, group_map = read_adl_mapping_file(adl_mapping_file)
adl_trace = {i : [] for i in trace}
print(component_map)

# trace should probably be more principled than this... lol
for i in trace:
Expand Down

0 comments on commit d68b4a1

Please sign in to comment.