4 references to CpuUsage
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\RuntimeMetrics.cs (1)
179
Environment.ProcessCpuUsage processCpuUsage = Environment.
CpuUsage
;
System.Diagnostics.Process (3)
System\Diagnostics\Process.Linux.cs (3)
18
get => IsCurrentProcess ? Environment.
CpuUsage
.PrivilegedTime : TicksToTimeSpan(GetStat().stime);
88
return Environment.
CpuUsage
.TotalTime;
98
get => IsCurrentProcess ? Environment.
CpuUsage
.UserTime : TicksToTimeSpan(GetStat().utime);