Mercurial > hg > Game > Cerium
view example/Miller_Rabin/time.sh @ 1344:fbe51e90993a draft
collada file reader try various test.but it is incorrect move.
author | Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 13 Jan 2012 08:56:49 +0900 |
parents | 64e15fee0397 |
children |
line wrap: on
line source
#!/bin/zsh ./run.sh $* |& awk '{cpu[$2]+=$12; total[$2]++;} END {for(i in cpu){ ans=cpu[i]/total[i]; print "CPU" i "\t" ans }}'