Files
hakmem/run_strace_sample.sh

4 lines
129 B
Bash
Raw Normal View History

#!/bin/bash
# Sample syscalls to see if that's the bottleneck
strace -c ./bench_random_mixed_hakmem 10000 128 42 2>&1 | tail -20