]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Remove the word "job" from graph titles
authorMichal Sojka <sojka@os.inf.tu-dresden.de>
Mon, 1 Aug 2011 22:21:26 +0000 (00:21 +0200)
committerMichal Sojka <sojka@os.inf.tu-dresden.de>
Mon, 1 Aug 2011 22:21:26 +0000 (00:21 +0200)
It is more intuitive to call this "rule".

gw-tests/filter-sff.sh
gw-tests/filter-time.sh
gw-tests/filter.sh
gw-tests/mod.sh
gw-tests/nop-highprio-time.sh
gw-tests/nop-highprio.sh
gw-tests/nop-time.sh
gw-tests/nop.sh
gw-tests/user-time.sh
gw-tests/vcan.sh
gw-tests/vcans.sh

index 15ac60088d0bc86eec7bdbacd65f18ca5177c6ff..5162a24f78eb635345186d22884cd9913b09a8d1 100755 (executable)
@@ -25,7 +25,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "2048 GW jobs (one per id, mask C00007FF), no modifications"
+set title "2048 GW rules (one per id, mask C00007FF), no modifications"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
index cbee7ee9c179ffaf3dae737c563c52852896843c..68dff873929e5643de368ff0281830efb261f353 100755 (executable)
@@ -21,7 +21,7 @@ plot_cmds() {
     fi
     min=$(head -n 1 id-0-msgs.txt | awk '{ print $2 }')
     cat <<EOF
-set title "2048 GW jobs (one per id, mask 0x7FF), no modifications"
+set title "2048 GW rules (one per id, mask 0x7FF), no modifications"
 set grid xtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [s]"
 set ylabel "Latency [ms]"
index e62bb629b788d2ce756f78630f01d4c880a52c68..b62fc9d2e25ddaa1b44524d4c20495bce8bbb7fd 100755 (executable)
@@ -25,7 +25,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "2048 GW jobs (one per id, mask 0x7FF), no modifications"
+set title "2048 GW rules (one per id, mask 0x7FF), no modifications"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
index b045407f88add0d344028577b2c848b8e0caaaff..a1f68fac020bcc796db5333fde0c991f38864b50 100755 (executable)
@@ -53,7 +53,7 @@ plot_cmds() {
        using=""
     fi
     cat <<EOF
-set title "Single GW job for all messages with modifications, 8 byte messages"
+set title "Single GW rule for all messages with modifications, 8 byte messages"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set ylabel "Latency profile [messages]"
 plot [$range] [1:$COUNT] \
index 9b125f79f23c7f406d52d548633cf30aedc608e3..ca998768077328894c8d6a0ebd25801c40d654f8 100755 (executable)
@@ -9,7 +9,7 @@ main() {
 plot_cmds() {
     min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }')
     cat <<EOF
-set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
+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
index 3734be695e23edb1fb1c3662248d12545f6c7e31..219fe059aef1074ed2c10ff4aa81cd171ac39c9a 100755 (executable)
@@ -22,7 +22,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
+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 "Time [ms]"
index 4ece3843ceb8a6c770b3f7586bd28e939b72fe43..eb6aa3e30e42ae774aab7baac026b3d81f8a2c96 100755 (executable)
@@ -17,7 +17,7 @@ plot_cmds() {
     fi
     min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }')
     cat <<EOF
-set title "Single GW job for all messages, no modifications"
+set title "Single GW rule for all messages, no modifications"
 set grid xtics ytics mytics lw 1, lw 0.5
 set key left
 set xlabel "Time [s]"
index eed849bf58833ae9f0ab143c76748ea49837b980..bf51279dd7bc82668beacc5bf8a626a08d35f9bc 100755 (executable)
@@ -21,7 +21,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "Single GW job for all messages, no modifications"
+set title "Single GW rule for all messages, no modifications"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
index e981d1a4d6a845047c20f2dc3bc1480b53007e3d..bf3310861a45e67fa0b661126420cc466ea56fa7 100755 (executable)
@@ -23,7 +23,7 @@ plot_cmds() {
        min=$(head -n 1 user8-msgs.txt | awk '{ print $2 }')
     fi
     cat <<EOF
-set title "Single GW job for all messages, no modifications"
+set title "Single GW rule for all messages, no modifications"
 set grid xtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [s]"
 set ylabel "Latency [ms]"
index 7c89c4000b64b82735db12aadc94966cbf300a17..12a599b56ae2cd08c5aecb5f0754a79a39f11b0a 100755 (executable)
@@ -31,7 +31,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "Chained GW jobs on a single VCAN interface"
+set title "Chained GWs on a single VCAN interface"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
index 6bd57cbd566352c7b4844ba5daea8ec77df6a42c..dbdd6e7e896d2e35b383f6369397d81f10c41d67 100755 (executable)
@@ -31,7 +31,7 @@ plot_cmds() {
        echo "set logscale xy"
     fi
     cat <<EOF
-set title "Chained GW jobs on multiple VCAN interfaces"
+set title "Chained GWs on multiple VCAN interfaces"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"