View Single Post
Old 02-25-2013, 07:01 PM   #6
Edward M. Grant
Zealot
Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.Edward M. Grant ought to be getting tired of karma fortunes by now.
 
Posts: 129
Karma: 3000000
Join Date: Jun 2012
Location: Canada
Device: Kindle Keyboard, Asus Transformer
Quote:
Originally Posted by kevinp View Post
Running an emulator takes a bit of CPU power. Then running something inside that emulator only adds taxation on the CPU.
While true, if your app uses 1% of the CPU time on a PC and spends the rest of the time waiting for the user to do something, doesn't much matter that it takes 10% of the CPU time when running in an emulator. Plus, you probably only have to emulate the app, while calls into Windows itself can be passed directly to the native OS and run at full speed.

On the other hand, if it's heavily CPU-bound, you will be screwed.
Edward M. Grant is offline   Reply With Quote