aboutsummaryrefslogtreecommitdiff
path: root/fw/tools/measure_transpose_performance.gdb
blob: 966d69f79fe314fecca7111502b367fee4ddea01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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