mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
This commit is contained in:
@@ -84,6 +84,14 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// </summary>
|
||||
void StartProcessing();
|
||||
|
||||
/// <summary>
|
||||
/// Get the execution times of all scripts in the given array if they are currently running.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// A float the value is a representative execution time in milliseconds of all scripts in that Array.
|
||||
/// </returns>
|
||||
float GetScriptExecutionTime(List<UUID> itemIDs);
|
||||
|
||||
/// <summary>
|
||||
/// Get the execution times of all scripts in each object.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user