aboutsummaryrefslogtreecommitdiff
path: root/fw/tools/measure_transpose_performance.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'fw/tools/measure_transpose_performance.gdb')
-rw-r--r--fw/tools/measure_transpose_performance.gdb17
1 files changed, 17 insertions, 0 deletions
diff --git a/fw/tools/measure_transpose_performance.gdb b/fw/tools/measure_transpose_performance.gdb
new file mode 100644
index 0000000..966d69f
--- /dev/null
+++ b/fw/tools/measure_transpose_performance.gdb
@@ -0,0 +1,17 @@
+target remote localhost:3333
+file main.elf
+load
+set print pretty on
+set pagination off
+cont
+print cvr/50.0F
+cont
+print cvr/50.0F
+cont
+print cvr/50.0F
+cont
+print cvr/50.0F
+cont
+print cvr/50.0F
+cont
+quit