Building an app to be ran on single CPU

Does anyone known of a way for me to set a restriction on the CPU usage?

For analysis purposes, I would like my app to be ran on a single CPU core on my iOS device.

Replies

Might be best to first see if Instruments allows you to judge performance without jumping thru such hoops.


Especially since your scenario will never occur in the wild.