How can I get CPU usage and/or RAM usage of a *THREAD* in C# (managed code)?

前端 未结 4 804
盖世英雄少女心
盖世英雄少女心 2020-12-09 19:00

I know how to get CPU usage and memory usage for a process, but I was wondering how to get it on a per-thread level. If the best solution is to do some P-Invoking, then that

4条回答
  •  [愿得一人]
    2020-12-09 19:22

    Here's an example which does what you want http://www.codeproject.com/KB/system/processescpuusage.aspx

提交回复
热议问题