source:
doc/theses/thierry_delisle_PhD/code/readyQ_proto/runperf.sh@
0e4e43d
| Last change on this file since 0e4e43d was f9f3775, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 314 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | set -e |
| 3 | |
| 4 | name=$1 |
| 5 | event=$2 |
| 6 | |
| 7 | shift 2 |
| 8 | |
| 9 | echo "perf record -F 99 -a -g -o raw/$name.data -e $event -- $@ > raw/$name.out" |
| 10 | perf record -F 99 -a -g -o raw/$name.data -e $event -- $@ > raw/$name.out |
| 11 | echo "==============================" |
| 12 | cat raw/$name.out |
| 13 | echo "==============================" |
| 14 | ./process.sh $name |
Note:
See TracBrowser
for help on using the repository browser.