The Most Important Parts of HTML5 (or why video and audio tags are boring)
blog.n01se.net66 pointsby kanaka21 comments
make stats
or for more condensed form: make stats | egrep "Running|total|comments" for i in $(make print-IMPLS); do \
s=$(make stats^$i | grep total); \
printf "%-9s %s\n" "$i" "$s"; \
done | sort -n -k2
I made a gist with the current results: https://gist.github.com/kanaka/fdef20f5d0c2e04b97d9106b2f2f2...