Re: [hatari-devel] Hatari data cache tests

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

On maanantai 22 kesäkuu 2015, Nicolas Pomarède wrote:
> Le 22/06/2015 00:30, Nicolas Pomarède a écrit :
> >         cycles = CyclesGlobalClockCounter - cpu_profile.prev_cycles;
> >         cpu_profile.prev_cycles = CyclesGlobalClockCounter;
> >         cycles <<= nCpuFreqShift;
> > 
> > IIRC, that's some code I sent you, but i it could be wrong, I don't
> > think the << is needed, else we don't keep consistancy with the traces
> > from disasm.
> > 
> > I will have a look at this and let you know.
> 
> I removed the shift by nCpuFreqShift as it was not needed. This didn't
> affect statistics percentage in the profiler, because all cycles were
> multiplied by the same amount, but this didn't match the cycles reported
> by "--trace cpu_disasm".

If the emulation cycles are always counted with 8Mhz clock, wouldn't
better fix been to add shift to cpu_disasm output?


	- Eero



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/