Correct churn stat from MB/s from KB/s

0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-25 22:33:24 +01:00
parent cc6b2fdb9f
commit b180fdd0fd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace OpenSim.Framework.Statistics
Math.Round(GC.GetTotalMemory(false) / 1024.0 / 1024.0));
sb.AppendFormat(
"OpenSim object memory churn : {0} KB/s\n",
"OpenSim object memory churn : {0} MB/s\n",
Math.Round((MemoryWatchdog.AverageMemoryChurn * 1000) / 1024.0 / 1024, 3));
sb.AppendFormat(