Initial commit

This commit is contained in:
Yentl Van Tendeloo 2016-08-04 17:38:43 +02:00
commit 66a6860316
407 changed files with 1254365 additions and 0 deletions

View file

@ -0,0 +1,9 @@
reset
set terminal postscript enhanced colour portrait size 6, 6
set out 'seq_activity_synthetic.eps'
set key off
set title "Relative performance of activity heap compared to normal heap"
set xlabel "Active models"
set ylabel "Time taken (%)"
set yrange [75:110]
plot "< paste seq_activity_synthetic/activityHeap seq_activity_synthetic/heap" using 1:(100*$2/$4), 100 w l lw 5