mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Add "show script timers" command to show script timers. For debug purposes.
Also, "show sensors" changes to "show script sensors".
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
/// </summary>
|
||||
public static double LastMemoryChurn
|
||||
{
|
||||
get { if (m_samples.Count > 0) return m_samples.Last(); else return 0; }
|
||||
get { if (m_samples.Count > 0) return m_samples.First(); else return 0; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user