Home
last modified time | relevance | path

Searched refs:PrivilegedProcessorTime (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs49 lastPrivilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in TimeStats()
58 var privilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in GetSnapshot()
75 public TimeSpan PrivilegedProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
81 this.PrivilegedProcessorTime = privilegedProcessorTime; in Snapshot()
86 …ocessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedProcessorTime); in ToString()
H A DServerRunners.cs150 TimeSystem = timeSnapshot.PrivilegedProcessorTime.TotalSeconds in GetStats()
H A DClientRunners.cs183 TimeSystem = timeSnapshot.PrivilegedProcessorTime.TotalSeconds in GetStats()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs49 lastPrivilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in TimeStats()
58 var privilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in GetSnapshot()
75 public TimeSpan PrivilegedProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
81 this.PrivilegedProcessorTime = privilegedProcessorTime; in Snapshot()
86 …ocessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedProcessorTime); in ToString()
H A DServerRunners.cs150 TimeSystem = timeSnapshot.PrivilegedProcessorTime.TotalSeconds in GetStats()
H A DClientRunners.cs183 TimeSystem = timeSnapshot.PrivilegedProcessorTime.TotalSeconds in GetStats()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs49 lastPrivilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in TimeStats()
58 var privilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in GetSnapshot()
75 public TimeSpan PrivilegedProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
81 this.PrivilegedProcessorTime = privilegedProcessorTime; in Snapshot()
86 …ocessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedProcessorTime); in ToString()
H A DServerRunners.cs150 TimeSystem = timeSnapshot.PrivilegedProcessorTime.TotalSeconds in GetStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs49 lastPrivilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in TimeStats()
58 var privilegedTime = Process.GetCurrentProcess().PrivilegedProcessorTime; in GetSnapshot()
75 public TimeSpan PrivilegedProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
81 this.PrivilegedProcessorTime = privilegedProcessorTime; in Snapshot()
86 …ocessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedProcessorTime); in ToString()
H A DServerRunners.cs150 TimeSystem = timeSnapshot.PrivilegedProcessorTime.TotalSeconds in GetStats()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessThread.Windows.cs121 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.ProcessThread
123 get { return GetThreadTimes().PrivilegedProcessorTime; }
H A DProcessThread.UnknownUnix.cs24 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.ProcessThread
H A DProcessThreadTimes.cs13 public TimeSpan PrivilegedProcessorTime { get { return new TimeSpan(_kernel); } } property in System.Diagnostics.ProcessThreadTimes
H A DProcess.UnknownUnix.cs19 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.Process
H A DProcessThread.OSX.cs27 … public TimeSpan PrivilegedProcessorTime => new TimeSpan((long)GetThreadInfo().pth_system_time); field in System.Diagnostics.ProcessThread
H A DProcessThread.FreeBSD.cs66 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.ProcessThread
H A DProcessThread.Linux.cs36 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.ProcessThread
H A DProcess.FreeBSD.cs55 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.Process
H A DProcess.OSX.cs13 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.Process
H A DProcess.Linux.cs45 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.Process
H A DProcess.Windows.cs243 public TimeSpan PrivilegedProcessorTime property in System.Diagnostics.Process
245 get { return GetProcessTimes().PrivilegedProcessorTime; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcessThread.cs215 public TimeSpan PrivilegedProcessorTime { property in System.Diagnostics.ProcessThread
218 return GetThreadTimes().PrivilegedProcessorTime;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DProcessThread.cs99 public TimeSpan PrivilegedProcessorTime { property in System.Diagnostics.ProcessThread
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/ref/
H A DSystem.Diagnostics.Process.cs81 public System.TimeSpan PrivilegedProcessorTime { get { throw null; } } property in System.Diagnostics.Process
196 public System.TimeSpan PrivilegedProcessorTime { get { throw null; } } property in System.Diagnostics.ProcessThread
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessThreadTests.cs35 Assert.True(thread.PrivilegedProcessorTime.TotalSeconds >= 0); in TestCommonPriorityAndTimeProperties()

123