可以用Performance monitor吧, 帮助在Debugging and Testing > Tools for Debugging and Testing > Remote Tools > Remote Tools for Performance Profiling 可以看到所有CPU时间(即Total),也可以看某个进程的时间. 编程也肯定是用Toolhelp相关API,可能要枚举进程中各个Thread,取其CPU时间相加吧.http://wince.cn/ or http://windowsce.com.cn/
可以用Performance monitor吧, 帮助在Debugging and Testing > Tools for Debugging and Testing > Remote Tools > Remote Tools for Performance Profiling 可以看到所有CPU时间(即Total),也可以看某个进程的时间. 编程也肯定是用Toolhelp相关API,可能要枚举进程中各个Thread,取其CPU时间相加吧.http://wince.cn/ or http://windowsce.com.cn/