Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate Atom based pc environment

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?

like image 824
Nime Cloud Avatar asked Nov 21 '25 01:11

Nime Cloud


1 Answers

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.

like image 167
Ben Voigt Avatar answered Nov 22 '25 15:11

Ben Voigt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!