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