aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/count-edt-start.sh
blob: 06af8c396b7b8a40e96ecb58eefa43f5d6f1511b (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

echo EDT START
grep "EDT run() START" $1 | wc

echo EDT END
grep "EDT run() END" $1 | wc

echo EDT EXIT
grep "EDT run() EXIT" $1 | wc