Der Emulator nutzt eine virtuelle ARM CPU und nutzt nicht die CPU des Host-Systems. Nach einem Blogeintrag unter
http://dtmilano.blogspot.com/2008/02/android-emulator-speed.html scheint die CPU auch nicht sehr schnell zu laufen. Der Emulator bietet auch noch den Parameter "-cpu-delay <delay>" um die CPU weiter zu verlangsamen.
Supported values for <delay> are integers between 0 and 1000.
Note that the <delay> does not correlate to clock speed or other absolute metrics — it simply represents an abstract, relative delay factor applied non-deterministically in the emulator. Effective performance does not always scale in direct relationship with <delay> values.
Quelle:
http://developer.android.com/guide/developing/tools/emulator.html