How can we find the amount of CPU cache memory a given machine has.
Assume Windows XP and a Intel Core Duo processor..
|
How can we find the amount of CPU cache memory a given machine has. Assume Windows XP and a Intel Core Duo processor..
| |||||||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can use Cpu-z to find all the relevant information about your processor's cache. Look for the "Cache" section in the Cpu-z's main tab. | |||||||||
feedback
|
|
If you have installed Windows Powershell you can use the command: get-WMIObject Win32_Processor | |||
|
feedback
|