AbstractOptionalisInternalConstructor: booleanSubmits attribute definition into profiler runtime database. Can be called only during profiler data synchronization.
Unique identifier of the attribute definition.
User-friendly name for the attribute.
Submits recorded attribute values into profiler runtime database. These will be assigned to the correct event samples. Can be called only during profiler data synchronization.
Array with attribute value data.
Submits event definition into profiler runtime database. Can be called only during profiler data synchronization.
Unique identifier of the event definition.
User-friendly name for the event.
Submits recorded event samples into profiler runtime database. Can be called only during profiler data synchronization.
Array with event sample data.
Returns current profiler time that should be used for sample measurements.
Profiler time in nanoseconds.
Returns identifier that was assigned to ProfielrScriptEvents profiler provider when it was registered in ProfilerRuntime.
The provider identifier.
Returns a new value that represents a change in value between between two values from two different time points. This basically substracts given end value from given begin value.
Value of first time point.
Value of the second time point.
Resulting stat value of the substraction operation.
Returns current value of given profiler stat.
Identifier of the stat to read.
Current value of the profiler stat.
Registers the provider with the profiler runtime.
False if the registration failed.
AbstractscriptVirtual
Script side of provider frame change.
Identifier for the new frame.
AbstractscriptVirtual
Script side of provider synchronization.
Unregisters the provider with the profiler runtime.
False if the unregistration failed.
Wrapper class to provide Profile Events functionality to scripting.