Tracking CPU and Memory usage per process

前端 未结 16 2098
粉色の甜心
粉色の甜心 2020-11-28 01:28

I suspect that one of my applications eats more CPU cycles than I want it to. The problem is - it happens in bursts, and just looking at the task manager doesn\'t help me as

16条回答
  •  孤城傲影
    2020-11-28 01:55

    I agree, perfmon.exe allows you to add counters (right click on the right panel) for any process you want to monitor.

    Performance Object: Process Check "Select instances from list" and select firefox.

提交回复
热议问题