Last change
on this file since 4304 was 4282, checked in by mervart, 12 years ago |
|
-
Property svn:executable
set to
*
|
File size:
310 bytes
|
Rev | Line | |
---|
[614] | 1 | #/bin/bash
|
---|
| 2 | if [ "$1" == "start" ]
|
---|
| 3 | then
|
---|
[3034] | 4 | valgrind --num-callers=50 --leak-check=full ./bnc --file bnc_cmb.raw_110221 --staID "FFMJ1" --conf POST.conf --format RTCM_3 2> valgrind.txt &
|
---|
[614] | 5 | elif [ "$1" == "stop" ]
|
---|
| 6 | then
|
---|
| 7 | kill -SIGINT `ps | grep memcheck | cut -b 1-6`
|
---|
| 8 | else
|
---|
| 9 | echo "usage: run_valgrind start|stop"
|
---|
| 10 | fi
|
---|
Note:
See
TracBrowser
for help on using the repository browser.