This contains my bachelors thesis and associated tex files, code snippets and maybe more. Topic: Data Movement in Heterogeneous Memories with Intel Data Streaming Accelerator
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

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