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)
68
_previousHostCpuTime = _parser.
GetHostCpuUsageInNanoseconds
();
206
long hostCpuTime = _parser.
GetHostCpuUsageInNanoseconds
();
272
long hostTime = _parser.
GetHostCpuUsageInNanoseconds
();
348
if (TryGetValueWithRetry(_parser.
GetHostCpuUsageInNanoseconds
, out long systemCpuTime))