summaryrefslogtreecommitdiffstats
path: root/access.sh
diff options
context:
space:
mode:
Diffstat (limited to 'access.sh')
-rwxr-xr-xaccess.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/access.sh b/access.sh
new file mode 100755
index 0000000..5f862ab
--- /dev/null
+++ b/access.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+for i in $(seq 0 100); do
+ echo -n "\rRun $i"
+ bash build.sh load 1>/dev/null
+done
+echo ""
+dmesg -k | grep "CachePC:" | grep "access test" | tail -n100