3 references to UserProcessorTime
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsSnapshotProvider.cs (1)
112
userTimeSinceStart: process.
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'/>.