acl/lib_fiber/samples/fiber_local/valgrind.sh

5 lines
253 B
Bash
Raw Normal View History

#!/bin/sh
#valgrind --tool=memcheck --leak-check=yes --leak-check=full --show-reachable=yes --max-stackframe=3426305034400000 -v ./fiber -n 10 -m 20
valgrind --tool=memcheck --leak-check=yes --leak-check=full --show-reachable=yes -v ./fiber -c 10 -t 2