[hatari-users] Profiler - long history |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
Hi All,
Could be possible to get the list of the latest e.g. 5000 instructions with information about instruction cycles and i-cache misses similar to profiler output?
$000126c6 : move.w d6,d7 0.27% (1, 4, 0)
$000126c8 : add.w d7,d7 0.27% (1, 4, 0)
$000126ca : lea $12b10(pc),a0 0.27% (1, 8, 0)
$000126ce : move.w (a0,d7.w),d0 0.27% (1, 16, 0)
$000126d2 : lea $12f10(pc),a0 0.27% (1, 8, 0)
I have a long unroled code and I'd like to analyze it
I tried "history" command but it shows only 64 latest instructions without info about cycles.
Thanks
Regards
Cyprian