mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 08:50:53 +08:00
4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
valgrind --show-reachable=yes --tool=memcheck --leak-check=yes -v ./taskq -q 10 -c 10 -p 5 -n 10
|