1 write to _CPUUsageLastReported
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
124_CPUUsageLastReported = Math.Min(100, Math.Max(0, cpuPercent)); // Make sure it's within 0 and 100
1 reference to _CPUUsageLastReported
System.Web (1)
Management\AppDomainResourcePerfCounters.cs (1)
125PerfCounters.SetCounter(AppPerfCounter.APP_CPU_USED, _CPUUsageLastReported);