Determining CPU usage in WinCE
        Posted  
        
            by Chris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chris
        
        
        
        Published on 2010-06-09T16:18:20Z
        Indexed on 
            2010/06/12
            14:42 UTC
        
        
        Read the original article
        Hit count: 296
        
I want to be able to get the current % CPU usage in a C++ program running under Wince.
I found this link that states where the source code is but I cannot find it in my platform builder installation - I expect this is because it isn't the Windows Automotive platform.
Does anyone know where I can find this source code or (even better) know how I can get this information directly? i.e. what DLL / function calls to make etc.
© Stack Overflow or respective owner