bug fix in 2DConv and other small changes to makefile
[IRC.git] / Robust / src / Benchmarks / Prefetch / avg.sh
index 0ad9d4e145ed21da597ab6460a15d69c743f6730..29c8517db26a1848d8da76e66c9374f85d1eae51 100755 (executable)
@@ -3,5 +3,5 @@
 for file in `ls runlog/*.txt`
 do
   echo -n $file 
-  cat $file | awk '{sum += $1} END {print " "sum/NR}' 
+  cat $file | grep -v "^Command" | awk '{sum += $1} END {print " "sum/NR}' 
 done