Getting the device's CPU utilization and free RAM on WinCE in C#

前端 未结 2 358
梦谈多话
梦谈多话 2021-01-22 21:16

I\'m looking for alternative ways of obtaining the total CPU utilization percentage and the amount of free RAM on the device in C#.

There is an extremely easy solution d

2条回答
  •  离开以前
    2021-01-22 22:08

    You need to sum thread process times for processes and then you get a list of processes and the time they run within a time period: http://www.hjgode.de/wp/2012/12/14/mobile-development-a-remote-cpu-monitor-and-cpu-usage-analysis/

提交回复
热议问题