I need to run & test an application on Atom cpu based tablet PC. I tried remote debugging ability of VS2010 but it only handles exceptions.
My multi-threaded application's behaviors are totally different on that tablet PC. Is there any way to simulate Atom cpu -low speed, single core, etc- on my desktop environment?
Yes, you can use power saving settings to limit the CPU speed, and CPU affinity to prevent your process from using all cores. I don't know of an easy way to artificially limit use of CPU caches.
Configuring power saving settings would be more appropriate for SuperUser.
For affinity, you can p/invoke SetProcessAffinityMask
However, the Atom has a very different internal architecture, so merely dialing down clock speed will not be a very accurate simulation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With