2 writes to _secondsElapsedSinceLastChange
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
125
_secondsElapsedSinceLastChange
+= sampleDurationSeconds;
363
_secondsElapsedSinceLastChange
= 0;
2 references to _secondsElapsedSinceLastChange
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
393
double throughput =
_secondsElapsedSinceLastChange
> 0 ? _completionsSinceLastChange /
_secondsElapsedSinceLastChange
: 0;