mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
break the top thingies
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user