diff options
Diffstat (limited to 'fw/measure_transpose_performance.gdb')
-rw-r--r-- | fw/measure_transpose_performance.gdb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fw/measure_transpose_performance.gdb b/fw/measure_transpose_performance.gdb new file mode 100644 index 0000000..966d69f --- /dev/null +++ b/fw/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 |