mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
c32ed239dd
Original commit message from CVS: 2005-03-01 Andy Wingo <wingo@pobox.com> * tests/Makefile.am, tests/complexity.c: * tests/complexity.gnuplot, tests/bench-complexity.scm: Merge in complexity tests from HEAD.
9 lines
460 B
Gnuplot
9 lines
460 B
Gnuplot
set terminal postscript landscape monochrome dashed "Helvetica" 14
|
|
set xlabel "Number of Forks Per Tee"
|
|
set ylabel "Seconds"
|
|
set logscale x
|
|
set title "Complex Pipeline Performance: N Forks per Tee, 1024 Elements"
|
|
plot "complexity.data" using 1:2 title "Element creation", \
|
|
"complexity.data" using 1:3 title "State change", \
|
|
"complexity.data" using 1:4 title "Processing 1000 buffers", \
|
|
"complexity.data" using 1:5 title "Element destruction"
|