]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
More appropriate graph titles
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Dec 2010 23:16:11 +0000 (00:16 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 3 Dec 2010 23:16:11 +0000 (00:16 +0100)
gw-tests/filter-sff.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/pc.sh
gw-tests/user.sh
gw-tests/vcan.sh
gw-tests/vcans.sh

index ce86ffeb066f27ddf5c4d4b769e0ec9dc0fd35e0..547bb1029bc0b717825e930ff21d76d06d6122d6 100755 (executable)
@@ -13,7 +13,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, no modifications, 2048 filters (one per id, mask C00007FF)"
+set title "2048 GW jobs (one per id, mask C00007FF), no modifications"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index 5810dc58784c4eef767c4eba37a2eb443563302f..91743c972b17a44f6af4d2d45052ada565f106bd 100755 (executable)
@@ -13,7 +13,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, no modifications, 2048 filters (one per id, mask 0x7FF)"
+set title "2048 GW jobs (one per id, mask 0x7FF), no modifications"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index 9e55168d45b496d37034f707b7ee39dd463dfdb2..47884d1fb4b2e0ebfb41b22a46eb70fe2ec17a09 100755 (executable)
@@ -38,7 +38,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, with modifications, no filters, 8 byte messages"
+set title "Single GW job for all messages with modifications, 8 byte messages"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index ae7181f5bb7d7d09e79d59ecf5c180e26802aa78..f3cca219669ba25ccbf2b6377e92ef86fbe59f4e 100755 (executable)
@@ -8,7 +8,7 @@ main() {
 
 plot_cmds() {
     cat <<'EOF'
-set title "Single GW, no modifications, no filters, high (soft)irq task priority"
+set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
 set grid
 set xlabel "Time [s]"
 set ylabel "Latency [{/Symbol m}s]"
index 27f0c8fef9f8753db13ad73843f18c1b0f3afaac..e8dc865f281449b57a0238f3b09be01cdaf966d1 100755 (executable)
@@ -16,7 +16,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, no modifications, no filters, high (soft)irq task priority"
+set title "Single GW job for all messages, no modifications, high (soft)irq task priority"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index 552f3f03af919c756f7a1c019c9e9af1d27092ee..4065a35fdb7ad3dc6e3b4635cd27cca89b83d6a6 100755 (executable)
@@ -8,7 +8,7 @@ main() {
 
 plot_cmds() {
     cat <<'EOF'
-set title "Single GW, no modifications, no filters"
+set title "Single GW job for all messages, no modifications"
 set grid
 set xlabel "Time [s]"
 set ylabel "Latency [{/Symbol m}s]"
index cbdb342b1db22883ea804ee48b6f65823b878be6..f5804e673dce7fc47d5427cf9ff05488b12a6474 100755 (executable)
@@ -12,7 +12,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, no modifications, no filters"
+set title "Single GW job for all messages, no modifications"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index ad7ea51bc195477fe4fe807ff5d4bfe41c8ed503..62180f0ed4b20d1a6adc17d36779e17a2e89dc20 100755 (executable)
@@ -11,7 +11,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "No GW, two interfaces"
+set title "No GW, two interfaces in PC"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index 6f6269c99841b3cce27a3afedb02d995df3f0d6b..a8f3498cea87f9f124f96d8d80c591f0739ed638 100755 (executable)
@@ -14,7 +14,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Kernel vs. userspace GW, no modifications, no filters"
+set title "Kernel vs. userspace GW, no modifications"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index a9552808626a6ad9b16befef9b6f542e9ad6e78e..946bff7fd61691a58826ff1bf874846fb289336c 100755 (executable)
@@ -21,7 +21,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Chained GWs on a signle VCAN interface"
+set title "Chained GW jobs on a signle VCAN interface"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
index 70ac60f56ec8804a1034a037afa4c23812effbdd..08160a9e2c73bf09f659afe879ba9a44dfdd8478 100755 (executable)
@@ -21,7 +21,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Chained GWs on multiple VCAN interfaces"
+set title "Chained GW jobs on multiple VCAN interfaces"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"