]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
pc: set automatic range
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Dec 2010 15:33:12 +0000 (16:33 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 10 Dec 2010 15:33:12 +0000 (16:33 +0100)
gw-tests/pc.sh

index 11b8d3b215d6c124ca4ba28562a2292a4e9649c5..fa511d8ddb6287d25498d2dacafde0e0df7c22ba 100755 (executable)
@@ -16,7 +16,7 @@ set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
-plot [0:600] [1:$COUNT] \
+plot [0:] [1:$COUNT] \
           "len2-hist.txt" with lp lt 1 title "2 byte messages", \
           "len4-hist.txt" with lp lt 2 title "4 byte messages", \
           "len6-hist.txt" with lp lt 3 title "6 byte messages", \