mirror of
git://opensimulator.org/git/opensim
synced 2026-08-16 01:52:15 +00: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.