Tagged Questions
1
vote
0answers
52 views
Which tool can show if my CPU supports hyperthread or not? [closed]
I want to do some hyperthread stuff. I am wondering any tool can show if my CPU is hyperthread structure or not? Can CPU-Z do it?
1
vote
3answers
210 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
687 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 ...