acl/lib_fiber/samples-c++1x/fiber_tbox/valgrind.sh
2022-04-01 17:37:58 +08:00

5 lines
264 B
Bash
Executable File

#!/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_tbox -S -c 100 -n 100