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