EDN Admin
Well-known member
I need to be able to get a "total cpu usage" snapshot (system wide, not just for the process).
anybody have a point in the right direction? I see that the
Process class has CpuTime usage, but returns a timespan object.
If im to use that, howd I convert a timespan into a % usage?
View the full article
anybody have a point in the right direction? I see that the
Process class has CpuTime usage, but returns a timespan object.
If im to use that, howd I convert a timespan into a % usage?
View the full article