How to Track CPU and Memory Usage Per Process
- by Mjsk
I have seen this question asked on here before but was unable to follow the answer which was given. I would like to monitor a processes CPU, Memory, and possibly GPU usage over a given time. The data would be useful if presented in a graph.
It would be nice if I could do this using Performance Monitor, but I am open to alternative solutions as…