I have done some tests on how a .NET C # application uses resources such as processor or memory. I have written several cycles that calculate values ββfor a large number of numbers, and I am pleased with the weight of the algorithm.
I have a 2.4 GHz quad-core processor, but I noticed that in the task manager, my application uses only 25% of my processor. Why doesn't he use 100%? Does this mean that the .NET C # application compiled in VS 2008 only supports a single core processor? Or is there a way I can get it to use all processors?
Burimi
source share