mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Notes: - This metric provides a better indication of which scripts are taking up a lot of CPU (and therefore should be optimized). - Previously the execution time was reset to 0 in every new measurement period, causing the reported time to fluctuate for no reason. This has been fixed by using a sliding window.