i have a program that have two background worker.
i need to get how much CPU and ram used per background worker
.
I know I can get CPU usage with this code:
How to get the CPU Usage in C#? but i need get it per background worker. is that possible? how?