3 writes to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (3)
Windows\WindowsContainerSnapshotProviderTests.cs (2)
218var options = new ResourceMonitoringOptions { CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2) }; 287CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2),
Windows\WindowsSnapshotProviderTests.cs (1)
82CpuConsumptionRefreshInterval = TimeSpan.FromMilliseconds(2),
3 references to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationProvider.cs (1)
64_cpuRefreshInterval = options.Value.CpuConsumptionRefreshInterval;
Windows\WindowsContainerSnapshotProvider.cs (1)
105_cpuRefreshInterval = options.CpuConsumptionRefreshInterval;
Windows\WindowsSnapshotProvider.cs (1)
82_cpuRefreshInterval = options.CpuConsumptionRefreshInterval;