3 references to IsCurrentProcess
System.Diagnostics.Process (3)
System\Diagnostics\Process.Linux.cs (3)
18get => IsCurrentProcess ? Environment.CpuUsage.PrivilegedTime : TicksToTimeSpan(GetStat().stime); 86if (IsCurrentProcess) 98get => IsCurrentProcess ? Environment.CpuUsage.UserTime : TicksToTimeSpan(GetStat().utime);