13 changed files with 20142 additions and 49 deletions
@ -0,0 +1,16 @@ |
|||||
|
set terminal pngcairo transparent enhanced font "roboto sans,20" fontscale 2.0 size 1600, 1200 |
||||
|
set output 'amd1-ima-enf.png' |
||||
|
set style fill solid 1.00 border lt -1 |
||||
|
set key fixed left top vertical Left noreverse noenhanced autotitle nobox |
||||
|
set xtics border in scale 0,0 nomirror autojustify |
||||
|
set xtics norangelimit |
||||
|
set xtics 2000 |
||||
|
set ytics 1 |
||||
|
set ylabel "seconds" |
||||
|
set xrange [ * : * ] noreverse writeback |
||||
|
set yrange [ 0.00000 : 12. ] noreverse writeback |
||||
|
set title "System 1 IMA enforce" font "roboto sans,25" |
||||
|
plot 'amd1-ima-enf.dat' using 1:5 t "Sensor send" w filledcurves x1 linestyle 5, \ |
||||
|
'amd1-ima-enf.dat' using 1:4 t "Sensor collect" w filledcurves x1 linestyle 4, \ |
||||
|
'amd1-ima-enf.dat' using 1:3 t "Sensor embed" w filledcurves x1 linestyle 3, \ |
||||
|
'amd1-ima-enf.dat' using 1:2 t "Sensor capture" w filledcurves x1 linestyle 2 |
||||
|
After Width: | Height: | Size: 129 KiB |
@ -0,0 +1,16 @@ |
|||||
|
set terminal pngcairo transparent enhanced font "roboto sans,20" fontscale 2.0 size 1600, 1200 |
||||
|
set output 'amd1-ima-fix.png' |
||||
|
set style fill solid 1.00 border lt -1 |
||||
|
set key fixed left top vertical Left noreverse noenhanced autotitle nobox |
||||
|
set xtics border in scale 0,0 nomirror autojustify |
||||
|
set xtics norangelimit |
||||
|
set xtics 2000 |
||||
|
set ytics 1 |
||||
|
set ylabel "seconds" |
||||
|
set xrange [ * : * ] noreverse writeback |
||||
|
set yrange [ 0.00000 : 12. ] noreverse writeback |
||||
|
set title "System 1 IMA fix" font "roboto sans,25" |
||||
|
plot 'amd1-ima-fix.dat' using 1:5 t "Sensor send" w filledcurves x1 linestyle 5, \ |
||||
|
'amd1-ima-fix.dat' using 1:4 t "Sensor collect" w filledcurves x1 linestyle 4, \ |
||||
|
'amd1-ima-fix.dat' using 1:3 t "Sensor embed" w filledcurves x1 linestyle 3, \ |
||||
|
'amd1-ima-fix.dat' using 1:2 t "Sensor capture" w filledcurves x1 linestyle 2 |
||||
|
After Width: | Height: | Size: 191 KiB |
File diff suppressed because it is too large
@ -0,0 +1,16 @@ |
|||||
|
set terminal pngcairo transparent enhanced font "roboto sans,20" fontscale 2.0 size 1600, 1200 |
||||
|
set output 'intel2-ima-enf.png' |
||||
|
set style fill solid 1.00 border lt -1 |
||||
|
set key fixed left top vertical Left noreverse noenhanced autotitle nobox |
||||
|
set xtics border in scale 0,0 nomirror autojustify |
||||
|
set xtics norangelimit |
||||
|
set xtics 2000 |
||||
|
set ytics 1 |
||||
|
set ylabel "seconds" |
||||
|
set xrange [ * : * ] noreverse writeback |
||||
|
set yrange [ 0.00000 : 12. ] noreverse writeback |
||||
|
set title "System 3 IMA enf" font "roboto sans,25" |
||||
|
plot 'intel2-ima-enf.dat' using 1:5 t "Sensor send" w filledcurves x1 linestyle 5, \ |
||||
|
'intel2-ima-enf.dat' using 1:4 t "Sensor collect" w filledcurves x1 linestyle 4, \ |
||||
|
'intel2-ima-enf.dat' using 1:3 t "Sensor embed" w filledcurves x1 linestyle 3, \ |
||||
|
'intel2-ima-enf.dat' using 1:2 t "Sensor capture" w filledcurves x1 linestyle 2 |
||||
|
After Width: | Height: | Size: 129 KiB |
File diff suppressed because it is too large
@ -0,0 +1,16 @@ |
|||||
|
set terminal pngcairo transparent enhanced font "roboto sans,20" fontscale 2.0 size 1600, 1200 |
||||
|
set output 'intel2-ima-fix.png' |
||||
|
set style fill solid 1.00 border lt -1 |
||||
|
set key fixed left top vertical Left noreverse noenhanced autotitle nobox |
||||
|
set xtics border in scale 0,0 nomirror autojustify |
||||
|
set xtics norangelimit |
||||
|
set xtics 2000 |
||||
|
set ytics 1 |
||||
|
set ylabel "seconds" |
||||
|
set xrange [ * : * ] noreverse writeback |
||||
|
set yrange [ 0.00000 : 12. ] noreverse writeback |
||||
|
set title "System 3 IMA fix" font "roboto sans,25" |
||||
|
plot 'intel2-ima-fix.dat' using 1:5 t "Sensor send" w filledcurves x1 linestyle 5, \ |
||||
|
'intel2-ima-fix.dat' using 1:4 t "Sensor collect" w filledcurves x1 linestyle 4, \ |
||||
|
'intel2-ima-fix.dat' using 1:3 t "Sensor embed" w filledcurves x1 linestyle 3, \ |
||||
|
'intel2-ima-fix.dat' using 1:2 t "Sensor capture" w filledcurves x1 linestyle 2 |
||||
|
After Width: | Height: | Size: 191 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue