Added var-alloc-size graphics
This commit is contained in:
parent
4fcb10fddc
commit
eef0ac7635
6 changed files with 11 additions and 1 deletions
Binary file not shown.
|
|
@ -4,10 +4,13 @@ set output "var_alloc_size.pdf"
|
|||
|
||||
set style data linespoints
|
||||
|
||||
|
||||
set autoscale
|
||||
set logscale y 10
|
||||
set xrange [-1:11]
|
||||
set yrange[10:2000]
|
||||
set xlabel "Order"
|
||||
set ylabel "Avg. Latency (μs)"
|
||||
set grid ytics
|
||||
|
||||
plot "var_alloc_size.dat"
|
||||
plot "var_alloc_size.dat" notitle
|
||||
Loading…
Add table
Add a link
Reference in a new issue