Welcome, Guest. Please login or register.

Author Topic: UAE CPU module  (Read 1996 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: UAE CPU module
« on: September 10, 2006, 06:40:58 PM »
Some observations:

1. MIPS doesn't tell anything of the real performance. "MHz" of the emulated CPU tells even less.

2. Synthetic benchmarks are useless under emulation.

3. JIT will optimize away most "timing loops".

For any sensible real world results:

A) Use real life tasks, such as compression or decompression of large dataset.

B) Time the operation from outside of the emulation.

C) Run the benchmark multiple times. Take average of 3 best results.