PDA

View Full Version : Stress CPU and Memory. Measure driver CPU consumpiton. WM5 and WM6


green_lover
22-07-2007, 03:23 AM
Hello,

I am writing a driver for SDIO communication for WM4 and WM6. I need to do 2 things

(1) stress the CPU and Memory so that only part of the resources are available to the driver. Pocet PC TestSuite allows this but it does not work on WM5 and WM6

(2) measure the resources taken up by my driver's thread/process

Can anyone please suggest me software/API calls with which i can achieve the above 2 things.

Houser
22-07-2007, 12:42 PM
Hi,

use windows ce performance monitor from embedded visual studio 4.

Houser