Minor improvements in performance and code clarity.

Still no solution for the reset subroutine. It is really time
consumming.
This commit is contained in:
Jorge Gonzalez 2020-10-13 18:16:18 +02:00
commit ffb03e634b
12 changed files with 233 additions and 117 deletions

View file

@ -1,5 +1,5 @@
reset
set terminal qt enhanced 1 size 1800, 400 font "Times ,10"
set terminal qt enhanced 1 persist size 1800, 400 font "Times ,10"
set style line 1 pt 4 lc rgb "#B50427" #Squares red
set style line 2 pt 6 lc rgb "#3B4CC1" #Circles blue
@ -46,4 +46,4 @@ set xlabel "Iteration"
plot "cpuTime.dat" u 1:(1e6*$4/$2) t "Push" ls 1, \
"" u 1:(1e6*$5/$2) t "Reset" ls 2, \
"" u 1:(1e6*$6/$2) t "Collisions" ls 3, \
"" u 1:(1e6*$7/$2) t "Weighting" ls 4
"" u 1:(1e6*$7/$2) t "Weighting" ls 4