CPU monitoring in Windows CE (CF 2.0)

  • Thread starter Thread starter bartlomiej.szafraniec
  • Start date Start date
B

bartlomiej.szafraniec

Hi!
I'm wondering if there is a possibility to check CPU usage in Windows
CE 5.0.
The best way for me would be to call some function from Compact
Framework 2.0?
Can you help me in this matter?
Thanks in advance.

Cheers,
Bartek
 
There's nothing in the framework. In fact, there's nothing in the native
code API, either. You might be able to use GetThreadTimes(), but you'll
have to wrap it for managed use.

Paul T.
 
Back
Top