summaryrefslogtreecommitdiffstats
path: root/addons/ot/test/func-stat.sh
blob: cf5bd9e396998978c5e96716ed09416dc874c9e8 (plain)
1
2
3
4
5
#!/bin/sh
#
test ${#} -lt 1 && exit 1

awk '/ {$/ { sub(/\(.*/, "", $5); print $5 }' "${@}" | sort | uniq -c