2024-05-13 21:46:02 +02:00
|
|
|
.G1
|
|
|
|
copy "legend.grap"
|
|
|
|
frame invis ht 3 wid 4 left solid bot solid
|
2024-05-28 17:59:42 +02:00
|
|
|
coord x 0,5000*2 y 0.05,350 log y
|
2024-05-28 06:31:50 +02:00
|
|
|
ticks bot out from 1000 to 10000 by 1000
|
2024-05-13 21:46:02 +02:00
|
|
|
|
|
|
|
label left "Request duration" unaligned "for a partition (ms)" "(Median)" left 0.8
|
|
|
|
label bot "Number of cars matching the partition" down 0.1
|
|
|
|
|
2024-05-24 00:25:28 +02:00
|
|
|
obram = obuncache = obfifo = obcache = obsemi = 0
|
|
|
|
cbram = cbuncache = cbfifo = cbcache = cbsemi = 0
|
2024-05-13 21:46:02 +02:00
|
|
|
|
|
|
|
legendxleft = 1000
|
|
|
|
legendxright = 6500
|
2024-05-28 17:59:42 +02:00
|
|
|
legendyup = 0.01
|
|
|
|
legendydown = 0.0001
|
2024-05-13 21:46:02 +02:00
|
|
|
|
2024-05-28 17:59:42 +02:00
|
|
|
#boite(legendxleft,legendxright,legendyup,legendydown)
|
|
|
|
#legend(legendxleft,legendxright,legendyup,legendydown)
|
2024-05-13 21:46:02 +02:00
|
|
|
|
|
|
|
copy "../data/partitions.d" thru X
|
|
|
|
cx = $1*2
|
|
|
|
|
|
|
|
y_scale = 1000000
|
|
|
|
|
2024-05-28 17:59:42 +02:00
|
|
|
line_no_mustache(cbram, obram, $3, red)
|
|
|
|
line_no_mustache(cbcache, obcache, $6, black)
|
|
|
|
line_no_mustache(cbfifo, obfifo, $9, pink)
|
|
|
|
line_no_mustache(cbsemi, obsemi, $12, blue)
|
|
|
|
line_no_mustache(cbuncache, obuncache, $15, green)
|
2024-05-13 21:46:02 +02:00
|
|
|
|
2024-05-28 17:59:42 +02:00
|
|
|
#line_with_mustache(cbram, obram, $3, red, $2, $4)
|
|
|
|
#line_with_mustache(cbcache, obcache, $6, black, $5, $7)
|
|
|
|
#line_with_mustache(cbfifo, obfifo, $9, pink, $8, $10)
|
|
|
|
#line_with_mustache(cbsemi, obsemi, $12,blue, $11, $13)
|
|
|
|
#line_with_mustache(cbuncache,obuncache,$15,green, $14, $16)
|
2024-05-13 21:46:02 +02:00
|
|
|
|
|
|
|
ox = cx
|
|
|
|
X
|
|
|
|
.G2
|