Home
last modified time | relevance | path

Searched refs:UserProcessorTime (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()
57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()
74 public TimeSpan UserProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
80 this.UserProcessorTime = userProcessorTime; in Snapshot()
86 …k {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedP… in ToString()
H A DServerRunners.cs149 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
H A DClientRunners.cs182 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()
57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()
74 public TimeSpan UserProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
80 this.UserProcessorTime = userProcessorTime; in Snapshot()
86 …k {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedP… in ToString()
H A DServerRunners.cs149 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
H A DClientRunners.cs182 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()
57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()
74 public TimeSpan UserProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
80 this.UserProcessorTime = userProcessorTime; in Snapshot()
86 …k {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedP… in ToString()
H A DServerRunners.cs149 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.IntegrationTesting/
H A DTimeStats.cs48 lastUserTime = Process.GetCurrentProcess().UserProcessorTime; in TimeStats()
57 var userTime = Process.GetCurrentProcess().UserProcessorTime; in GetSnapshot()
74 public TimeSpan UserProcessorTime { get; } property in Grpc.IntegrationTesting.TimeStats.Snapshot
80 this.UserProcessorTime = userProcessorTime; in Snapshot()
86 …k {0}, userProcessor {1}, privilegedProcessor {2}]", WallClockTime, UserProcessorTime, PrivilegedP… in ToString()
H A DServerRunners.cs149 TimeUser = timeSnapshot.UserProcessorTime.TotalSeconds, in GetStats()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessThread.Windows.cs146 public TimeSpan UserProcessorTime property in System.Diagnostics.ProcessThread
148 get { return GetThreadTimes().UserProcessorTime; }
H A DProcessThread.UnknownUnix.cs49 public TimeSpan UserProcessorTime property in System.Diagnostics.ProcessThread
H A DProcessThreadTimes.cs14 public TimeSpan UserProcessorTime { get { return new TimeSpan(_user); } } property in System.Diagnostics.ProcessThreadTimes
H A DProcess.UnknownUnix.cs44 public TimeSpan UserProcessorTime property in System.Diagnostics.Process
H A DProcessThread.OSX.cs53 public TimeSpan UserProcessorTime => new TimeSpan((long)GetThreadInfo().pth_user_time); field in System.Diagnostics.ProcessThread
H A DProcessThread.FreeBSD.cs53 public TimeSpan UserProcessorTime property in System.Diagnostics.ProcessThread
H A DProcessThread.Linux.cs69 public TimeSpan UserProcessorTime property in System.Diagnostics.ProcessThread
H A DProcess.FreeBSD.cs43 public TimeSpan UserProcessorTime property in System.Diagnostics.Process
H A DProcess.OSX.cs87 public TimeSpan UserProcessorTime property in System.Diagnostics.Process
H A DProcess.Linux.cs131 public TimeSpan UserProcessorTime property in System.Diagnostics.Process
H A DProcess.Windows.cs268 public TimeSpan UserProcessorTime property in System.Diagnostics.Process
270 get { return GetProcessTimes().UserProcessorTime; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcessThread.cs274 public TimeSpan UserProcessorTime { property in System.Diagnostics.ProcessThread
277 return GetThreadTimes().UserProcessorTime;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DProcessThread.cs146 public TimeSpan UserProcessorTime { 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.cs93 public System.TimeSpan UserProcessorTime { get { throw null; } } property in System.Diagnostics.Process
202 public System.TimeSpan UserProcessorTime { 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.cs36 Assert.True(thread.UserProcessorTime.TotalSeconds >= 0); in TestCommonPriorityAndTimeProperties()

12345