2 implementations of GetHostCpuUsageInNanoseconds
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Linux\LinuxUtilizationParserCgroupV1.cs (1)
119
public long
GetHostCpuUsageInNanoseconds
()
Linux\LinuxUtilizationParserCgroupV2.cs (1)
165
public long
GetHostCpuUsageInNanoseconds
()
4 references to GetHostCpuUsageInNanoseconds
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Linux\LinuxUtilizationProvider.cs (4)
71
_previousHostCpuTime = _parser.
GetHostCpuUsageInNanoseconds
();
209
long hostCpuTime = _parser.
GetHostCpuUsageInNanoseconds
();
275
long hostTime = _parser.
GetHostCpuUsageInNanoseconds
();
351
if (TryGetValueWithRetry(_parser.
GetHostCpuUsageInNanoseconds
, out long systemCpuTime))