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