From: Michal Sojka Date: Mon, 20 Jan 2014 16:58:21 +0000 (+0100) Subject: Update gitignore X-Git-Tag: fix-allnoconfig~53 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/b63766660e808a5c6b6ee9c3f099b88ec7c2f53d?ds=sidebyside Update gitignore --- diff --git a/ugw/.gitignore b/ugw/.gitignore new file mode 100644 index 0000000..592c7b7 --- /dev/null +++ b/ugw/.gitignore @@ -0,0 +1,4 @@ +data/*/ +data/result +data/*.dat +data/*-gp-converted-to.pdf diff --git a/ugw/data/.gitignore b/ugw/data/.gitignore deleted file mode 100644 index b22b2b8..0000000 --- a/ugw/data/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.dat -*.txt -*/bench-all.sh -result -*/Makefile -*/plot.gp -*/preprocess.m diff --git a/ugw/data/plot-thr.gp b/ugw/data/plot-thr.gp index 18d8204..fa138d1 100755 --- a/ugw/data/plot-thr.gp +++ b/ugw/data/plot-thr.gp @@ -1,4 +1,5 @@ #!/usr/bin/env gnuplot +# termsize 14cm,9cm ! ./throughput-dep.sh diff --git a/ugw/data/plot.gp b/ugw/data/plot.gp index 27be572..4dda232 100755 --- a/ugw/data/plot.gp +++ b/ugw/data/plot.gp @@ -13,7 +13,7 @@ set style fill solid border -1 set boxwidth 0.9 set key left Left reverse set grid -set xtics rotate by -20 +set xtics rotate by -30 set style histogram errorbars gap 1 lw 1 plot 'result' using 3:2:4:xtic(1) title "Latency", \ '' using 6:(0):(0) axes x1y2 title "Lost frames" diff --git a/ugw/ppc/.gitignore b/ugw/ppc/.gitignore new file mode 100644 index 0000000..a9b724b --- /dev/null +++ b/ugw/ppc/.gitignore @@ -0,0 +1 @@ +rootfs2.uImage