]> matita.cs.unibo.it Git - helm.git/blob - helm/papers/use_case/stats/parsing_time_xerces_tree.sh
* basic infrastructure for collecting statistics
[helm.git] / helm / papers / use_case / stats / parsing_time_xerces_tree.sh
1 #!/bin/sh
2 zcat $1 >/tmp/a
3 TIME=`./parse/DOMCount/DOMCount -v=never /tmp/a`
4 echo `fgrep $1 $2 | cut -d ' ' -f 2,3`" "$TIME