2 writes to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Windows\WindowsContainerSnapshotProviderTests.cs (1)
219var options = new ResourceMonitoringOptions { CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2) };
Windows\WindowsSnapshotProviderTests.cs (1)
79var options = new ResourceMonitoringOptions { CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2) };
3 references to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationProvider.cs (1)
46_cpuRefreshInterval = options.Value.CpuConsumptionRefreshInterval;
Windows\WindowsContainerSnapshotProvider.cs (1)
99_cpuRefreshInterval = options.CpuConsumptionRefreshInterval;
Windows\WindowsSnapshotProvider.cs (1)
75_cpuRefreshInterval = options.CpuConsumptionRefreshInterval;