aboutsummaryrefslogtreecommitdiff
path: root/voctocore/perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/perf.sh')
-rwxr-xr-xvoctocore/perf.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/voctocore/perf.sh b/voctocore/perf.sh
deleted file mode 100755
index c0013bb..0000000
--- a/voctocore/perf.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-./voctocore.py &
-PID=$!
-echo "PID=$PID"
-sleep 1
-./scripts/set-composite-side-by-side-equal.sh >/dev/null 2>/dev/null
-./scripts/av-source-eevblog.sh >/dev/null 2>/dev/null &
-./scripts/av-source-avsync.sh >/dev/null 2>/dev/null &
-sudo perf top -g -p $PID
-kill $PID
-wait