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