xref
: /
third_party
/
libwebsockets
/
scripts
/
gcov.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libwebsockets/scripts/
1
#!/
bin
/
sh
2
3
gcov
`
find
. -
name
*
.c.gcno
|
grep
-v
test
-
apps
`
-b |
sed
"/\.h.\$/,/^$/d"
4