|
@ -1,3 +1,3 @@ |
|
|
echo 0 > /proc/sys/kernel/kptr_restrict |
|
|
echo 0 > /proc/sys/kernel/kptr_restrict |
|
|
perf record -e cycles -g --call-graph dwarf -- cmake-build-reldeb/QDPBench |
|
|
|
|
|
|
|
|
perf record -e cycles -g --call-graph dwarf -- numactl --cpunodebind=0 cmake-build-reldeb/QDPBench |
|
|
perf script | /home/cfuerst/FlameGraph/stackcollapse-perf.pl | /home/cfuerst/FlameGraph/flamegraph.pl > results/perf.svg |
|
|
perf script | /home/cfuerst/FlameGraph/stackcollapse-perf.pl | /home/cfuerst/FlameGraph/flamegraph.pl > results/perf.svg |