Add copyright headers. Formatting cleanup.

This commit is contained in:
Jeff Ames
2009-04-22 00:48:56 +00:00
parent 5ea4faa6f2
commit 6aa5d3904d
16 changed files with 284 additions and 151 deletions

View File

@@ -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() ;
}
}
}