3848fa8e4dfebdaf4bc3606f191f608530daeb0e
[psensor.git] / scripts / val_psensor.sh
1 #/bin/sh
2
3 export G_SLICE=always-malloc
4 export G_DEBUG=gc-friendly 
5
6 DUMP_FILE=psensor_`date +"%Y_%m_%d_%H_%M_%S"`.log
7
8 valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=20 --log-file=$DUMP_FILE `dirname $0`/../src/psensor