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