Skip to content

Commit

Permalink
Fix unit of memory plot to KB
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Oct 23, 2023
1 parent 48b7563 commit d26499d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapping-tester/plotconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def plotMemory(df, prefix):
color=color,
)
ax.set_xlabel("edge length(h) of mesh A")
ax.set_ylabel("peak memory of participant B [bytes]")
ax.set_ylabel("peak memory of participant B [Kbytes]")

# plotConv(ax, df, yname)

Expand Down

0 comments on commit d26499d

Please sign in to comment.