4 lines
112 B
Bash
4 lines
112 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
perf stat -e cache-references,cache-misses,cycles,instructions,branches,faults,migrations ./ypsu.out
|