break the top thingies

This commit is contained in:
UbitUmarov
2020-08-22 17:33:38 +01:00
parent 2f0d2db19d
commit 16ab72a223
5 changed files with 238 additions and 73 deletions

View File

@@ -274,9 +274,11 @@ namespace OpenSim.Tests.Common
{
}
public Dictionary<uint, int> GetObjectScriptsBytesUsed()
public ICollection<ScriptTopStatsData> GetTopObjectStats(float mintime, int minmemory, out float totaltime, out float totalmemory)
{
return new Dictionary<uint, int>();
totaltime = 0;
totalmemory = 0;
return null;
}
}
}