3 writes to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (3)
Windows\WindowsContainerSnapshotProviderTests.cs (2)
217var options = new ResourceMonitoringOptions { CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2) }; 283CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2),
Windows\WindowsSnapshotProviderTests.cs (1)
82CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2),
2 references to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
Windows\WindowsContainerSnapshotProvider.cs (1)
107_cpuRefreshInterval = options.CpuConsumptionRefreshInterval;
Windows\WindowsSnapshotProvider.cs (1)
80_cpuRefreshInterval = options.CpuConsumptionRefreshInterval;