I have changed the statistics window for Samples / Sec etc. to use an exponential moving average instead of a rolling mean.
This increases responsiveness to large changes in the value being measured due to, for example, a change in the number of threads or the system giving more cycles to another process. The rolling mean method could take several minutes to stabilize after such a change.
The downside is this increases the jitteryness of this value again, but hopefully not too much.
