]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Fix for previous commit.
authorMartin Hořeňovský <Martin.Horenovsky@gmail.com>
Tue, 10 Sep 2013 13:10:16 +0000 (15:10 +0200)
committerMartin Hořeňovský <Martin.Horenovsky@gmail.com>
Tue, 10 Sep 2013 13:10:16 +0000 (15:10 +0200)
Forgot to delete a line in the commands gnuplot, now fixed.

gw-tests/nop-highprio-time.sh
gw-tests/nop-highprio.sh

index 3712cb7e2ea23ba09c37e5fa054c9d4f7a31e948..96c332dddfd6e49ce0d2e3b44f01d125a5c4d063 100755 (executable)
@@ -24,7 +24,6 @@ plot_cmds() {
     min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }')
     cat <<EOF
 set title "Single GW rule for all messages, no modifications, high (soft)irq task priority"
-set logscale y
 set grid xtics ytics mytics lw 1, lw 0.5
 set key left
 set xlabel "Experiment time [s]"
index 3bc02b2493fb403d59a94d1644805d64df9b5826..085645a0ce6e9d71a3e49a14c0ce662611efcff5 100755 (executable)
@@ -35,7 +35,6 @@ plot_cmds() {
     fi
     cat <<EOF
 set title "Single GW rule for all messages, no modifications, high (soft)irq task priority"
-set logscale xy
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "GW latency [ms]"
 set ylabel "Latency profile [frames]"