2 references to UserProcessorTime
MSBuild (1)
XMake.cs (1)
614
Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak User Processor Time", currentProcess.
UserProcessorTime
.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'/>.