mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Aggregate script execution times by linksets rather than individual prims.
This is for the top scripts report.
This commit is contained in:
@@ -99,6 +99,17 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
string ScriptName { get; }
|
||||
UUID ItemID { get; }
|
||||
UUID ObjectID { get; }
|
||||
|
||||
/// <summary>
|
||||
/// UUID of the root object for the linkset that the script is in.
|
||||
/// </summary>
|
||||
UUID RootObjectID { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Local id of the root object for the linkset that the script is in.
|
||||
/// </summary>
|
||||
uint RootLocalID { get; }
|
||||
|
||||
uint LocalID { get; }
|
||||
UUID AssetID { get; }
|
||||
Queue EventQueue { get; }
|
||||
|
||||
Reference in New Issue
Block a user