We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e59a19 commit 286db24Copy full SHA for 286db24
scripts/linux_performance_setup.sh
@@ -20,14 +20,14 @@ apt-get install -y vim htop strace linux-tools-common linux-tools-generic libc6-
20
21
echo 0 > /proc/sys/kernel/kptr_restrict
22
23
-pushd /usr/bin || exit -1
+pushd /usr/bin || exit 1
24
rm -rf perf
25
ln -s /usr/lib/linux-tools/*/perf perf
26
-popd || exit -1
+popd || exit 1
27
28
-pushd /opt || exit -1
+pushd /opt || exit 1
29
git clone https://github.com/brendangregg/FlameGraph.git
30
31
32
# build the code in relase mode with debug symbols
33
# swift build -c release -Xswiftc -g
0 commit comments