echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
cargo flamegraph --root --bin=laythe -- <path>
valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes --simulate-cache=yes <path-to-your-executable [your-executable-program-options]
cargo instruments -t <template> -- <path>