Skip to content

Commit

Permalink
remove print debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Sep 18, 2024
1 parent 01db5fa commit a23ef17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/profiler/create-visuals.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def create_timeline_map(profiled_info, fsm_groups, all_groups):
return timeline_map, fsm_timeline_map, group_to_gt_segments

def create_frequency_flame_graph(main_component, cells_map, timeline, group_to_gt_segments, frequency_flame_out):
print(group_to_gt_segments)
main_shortname = main_component.split("TOP.toplevel.")[1]
frequency_stacks = {}
i = 0
Expand Down

0 comments on commit a23ef17

Please sign in to comment.