Holy Nick :
ahmeday2012 :
Holy Nick :
de5_Roy :
Holy Nick :
1.My BIOS all show 4 cores
2.Task Manager and Device Manager show 4 cores
3.But my cpu-z and performance information show only 2 cores.
Things that i did tried to solve but it won't work :
1. Unchecked the " number of processors " under msconfig/boot/advanced options
what pc do you have - laptop or desktop?
what cpu model name and number does cpu-z show? can you post a screenshot? check the no. of cores and no. of threads sections for details.
intel's mobile core i5 and at least 1 desktop core i5 cpu per gen have 2 real cores with hyperthreading to execute 4 threads. those dual cores show 4 cores in task manager.
I'm running a desktop.
Intel core i5 650
Cpu z show 2 cores 4 threads
How do i post a screenshot here == sorry
Thats it! 2 Cores and 4 threads. Your Cpu IS a dual core.
Actually, can you explain threads?
The core count is the physical number of cores on the CPU die itself, whereas the thread count is the number of individual application threads which can be executing simultaneously on the CPU itself. Without any additional or special hardware, this is always equal to the core count.
Some Intel CPUs have a feature called hyperthreading, which allows an operating system to see double the amount of logical cores per physical core. This allows the operating system to schedule and run double the amount of threads simultaneously, so in the case of the CPU I linked to above, there are four physical cores, but eight logical ones (so you can run eight threads simultaneously).
Each individual application running in the operating system is either single-threaded or multi-threaded (think of each thread as a "sub-application"). Single threaded applications require just one thread to run on the CPU, whereas multi-threaded applications have many sub-threads running simultaneously. Additional cores, or hyper-threading, allows more application threads to simultaneously run at once.
This allows multi-threaded (not single threaded) applications to run much faster, since more then one thread can run at once on the CPU.