Re: [hatari-devel] Feature request/idea: cycle counting |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
cpu video_cyc= 40780 332@ 79 : 00014566 224c MOVEA.L A4,A1
cpu video_cyc= 40784 336@ 79 : 00014568 d2dd ADDA.W (A5)+ [1530],A1
the value after video_cys is the global cycle position since the start of the current VBL. So here we can see that "MOVEA.L A4,A1" takes 40784-40780 cycles.
This works well as long as all the instructions are in the same VBL.
Is that the kind of values you're looking for ?
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |