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