Tagged Questions

1
vote
3answers
188 views

Is hyperthreading working?

I'm running some fairly processor-intensive stuff on my PC, and notice my CPU usage looks pretty odd. My PC is a quad-core i7-870, which supposedly has eight virtual cores. I'm using the Task Parallel ...
1
vote
8answers
1k views

How do I tell if the machine my program is running on uses hyperthreading? (C#)

I have some code that needs to know how many actual cores are available on my particular machine, and whether or not Hyperthreading is enabled. Is there a way to do this in C#? Update: The machines ...
0
votes
1answer
674 views

How can I determine programmatically whether on multi-core, hyperthreading or multi-processor?

I know how to get the processor type, perhaps that's the only way, but I'm actually looking for a way to determine from an application whether it's running on a multi-core processor or on a ...