4 references to Hundred
Microsoft.Extensions.Diagnostics.ResourceMonitoring (4)
Windows\WindowsSnapshotProvider.cs (4)
139
_memoryPercentage = Math.Min(
Hundred
, currentMemoryUsage / _totalMemory *
Hundred
); // Don't change calculation order, otherwise we loose some precision
171
_cpuPercentage = Math.Min(
Hundred
, usageTickDelta / (double)timeTickDelta *
Hundred
); // Don't change calculation order, otherwise we loose some precision