2 references to TotalProcessorTime
Microsoft.DotNet.RemoteExecutor (1)
RemoteInvokeHandle.cs (1)
175description.AppendLine($"\tTotalProcessorTime: {Process.TotalProcessorTime}");
MSBuild (1)
XMake.cs (1)
433Console.WriteLine("||{0,50}|{1,20:N0}|{2,8}|", "Peak Total Processor Time", currentProcess.TotalProcessorTime.TotalMilliseconds, "ms");