Skip to content

Commit

Permalink
Delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Sep 26, 2023
1 parent b84f496 commit 870322b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/scripts/summarize_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def calculate_optimization_stats(stats):
return [
("Optimization attempts", attempts, ""),
(
"Traces created", created,
"Traces created", created,
format_ratio(created, attempts)
),
("Traces executed", executed, ""),
Expand Down Expand Up @@ -661,7 +661,7 @@ def emit_optimization_stats(stats):
with Section("Uop stats", level=3):
rows = calculate_uop_execution_counts(uop_stats)
emit_table(
("Uop", "Count:", "Self:", "Cumulative:"),
("Uop", "Count:", "Self:", "Cumulative:"),
rows
)

Expand Down

0 comments on commit 870322b

Please sign in to comment.