You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
260 B
3 lines
260 B
echo 0 > /proc/sys/kernel/kptr_restrict
|
|
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
|