acl/lib_fiber/samples/client4/valgrind.sh

5 lines
257 B
Bash
Raw Normal View History

2022-10-17 18:33:14 +08:00
#!/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 ./client -c 100 -n 100