signedness fixes
[platform/upstream/gstreamer.git] / tests / benchmarks / complexity.gnuplot
1 set terminal postscript landscape monochrome dashed "Helvetica" 14
2 set xlabel "Number of Forks Per Tee"
3 set ylabel "Seconds"
4 set logscale x
5 set title "Complex Pipeline Performance: N Forks per Tee, 1024 Elements"
6 plot "complexity.data" using 1:2 title "Element creation", \
7      "complexity.data" using 1:3 title "State change", \
8      "complexity.data" using 1:4 title "Processing 1000 buffers", \
9      "complexity.data" using 1:5 title "Element destruction"