This commit is contained in:
Paul Gauthier 2023-07-01 16:23:09 -07:00
parent b3741af4e5
commit f27a869649
2 changed files with 1078 additions and 3652 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Before After
Before After

View file

@ -110,7 +110,7 @@ def show_stats(dirnames):
edge["label"] = fmt
color = "#b3e6a8" if "diff" in fmt else "#b3d1e6"
hatch = "**" if "func" in fmt else ""
hatch = "*" if "func" in fmt else ""
rects = ax.bar(
pos + i * width,
df[fmt],