mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
scripts: Plot memory benchmarks using gnuplot
Now that we have memory usage benchmarks collected at our disposal, introduce a gnuplot script to plot the newest version. To avoid scaling issues, memory is plotted in a "double y axis" form, with VM usage on the left, and dirty RSS memory usage on the right. Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
This commit is contained in:
parent
c0f2e7d36a
commit
4bda712ee1
3 changed files with 66 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ EXTRA_DIST = \
|
|||
PROTOCOL \
|
||||
README \
|
||||
scripts/benchmark_memory_usage.sh \
|
||||
scripts/plot_memory_usage.gp \
|
||||
scripts/benchmarks/README \
|
||||
todo \
|
||||
.gitignore \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue