3 writes to CpuConsumptionRefreshInterval
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (3)
Windows\WindowsContainerSnapshotProviderTests.cs (2)
218
var options = new ResourceMonitoringOptions {
CpuConsumptionRefreshInterval
= TimeSpan.FromMilliseconds(2) };
287
CpuConsumptionRefreshInterval
= TimeSpan.FromMilliseconds(2),
Windows\WindowsSnapshotProviderTests.cs (1)
82
CpuConsumptionRefreshInterval
= 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
;