3 references to TryGetValueWithRetry
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationProvider.cs (3)
269
if (!
TryGetValueWithRetry
(func, out double value))
313
if (
TryGetValueWithRetry
(_parser.GetHostCpuUsageInNanoseconds, out long systemCpuTime))
318
if (
TryGetValueWithRetry
(CpuUtilizationV2, out double userCpuTime))