mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add copyright headers. Formatting cleanup.
This commit is contained in:
@@ -51,10 +51,10 @@ namespace OpenSim.Framework.Statistics
|
||||
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
public virtual string XReport()
|
||||
{
|
||||
return (string) Math.Round(GC.GetTotalMemory(false) / 1024.0 / 1024.0).ToString() ;
|
||||
}
|
||||
|
||||
public virtual string XReport()
|
||||
{
|
||||
return (string) Math.Round(GC.GetTotalMemory(false) / 1024.0 / 1024.0).ToString() ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user