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