Relative Content

Tag Archive for c#multithreadingtask-parallel-library

How can I check which CPU cores use my programme?

As far as I know the Multithreading programming utilizes threads but these threads can utilize only one CPU core.
Parallel Programming utilizes all the CPU cores in contrast to the Multithreading programming.
But how can I check that? How can I check which CPU cores (not threads) use my programme on windows?