I want to read performance counters for intel xeon using a shell script in userspace. Oprofile will not work as it is too rigid to fu开发者_如何学Clfill my requirements. I am using FC13.
I have read that there are AMD processors out there that allow you to measure the number of cache hits and misses. I am wondering if also such a feature is available on Intel Core Duo machines or if t
I\'m using: ReadProcessMemory(hProcess,(PVOID)(dwEngine_DLL+0x2E15C8+i),&memSnap[i],1,NULL); //Store the memory 开发者_开发知识库into a byte array