I am using Intel TBB to speed up a problem in graphics domain. I want to analyze the scalability of my method.
To find the scalability I want run the same algorithm using 1, 2, 3 and 4 CPU cores.
Is there a way to tell TBB to use 2 & 3 cores while running the tests on a 4 core CPU.