Skip to content

llScriptProfiler

Function Syntax
void llScriptProfiler(
  1. integer State // PROFILE_NONE or PROFILE_SCRIPT_MEMORY flags to control the state.
);

Enables or disables script profiling options. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.

May significantly reduce script performance.