Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | Report "Script Execution Time" as the time spent executing the script in the ↵ | Oren Hurvitz | 2015-08-11 | 1 | -0/+223 |
last 30 seconds. Use a sliding window to calculate this. 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. |