3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/bash
|
|
perf record -F 99 -g "$@"
|
#!/bin/bash
|
|
perf record -F 99 -g "$@"
|