2 references to PrivilegedProcessorTime
MSBuild (1)
XMake.cs (1)
613Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Privileged Processor Time", currentProcess.PrivilegedProcessorTime.TotalMilliseconds, "ms");
System.Diagnostics.Process (1)
System\Diagnostics\Process.cs (1)
250/// It is the sum of the <see cref='UserProcessorTime'/> and <see cref='PrivilegedProcessorTime'/>.