Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: Change "memory churn" terminology in statistics to "heap allocation ↵ | Justin Clark-Casey (justincc) | 2013-06-20 | 1 | -4/+4 |
| | | | | rate" since this is more generally meaningful | ||||
* | revert accidental change to MemoryWatchdog stat calculation in previous b1b4687 | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -1/+1 |
| | | | | Also, "show sensors" changes to "show script sensors". | ||||
* | Add LastMemoryChurn stat using existing data so we can more quickly tell how ↵ | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -1/+9 |
| | | | | memory churn changes rather than waiting for the average to move. | ||||
* | minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ↵ | Justin Clark-Casey (justincc) | 2012-07-27 | 1 | -1/+1 |
| | | | | currently calculated dynamically | ||||
* | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring ↵ | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -0/+129 |
with other monitoring code from OpenSim.Framework |