$profiler.off

Disable the profiler.
Syntax
    $profiler{off}
    $profiler.off{}
DocumentationDisable the profiler
Parameters:
    none
Examples
    $profiler{on}
    $try{$createGroup{guest_group}}{Group already exists}
    $try{$createUser{guest}{guest}}{User already exists}
    $try{$addToGroup{guest}{guest_group}}{}
    $grantGroupAccess{guest_group}{ACCESS_READ}
    $try{$sql{drop table CUSTOMER}}{}
    $sql{create table CUSTOMER(name varchar,firstname varchar,email varchar)}
    $profiler{off}
    $profiler{dump}
    Result:
    Returns an exact profile for executing each SITEFORUM Script Function between starting (on) and stopping (off) the profiler. 'Dump' displays the result:
    Total timeCountFunction
    19 ms2xsql
    10 ms4xtry
    2 ms1xgrantGroupAccess
    1 ms1xcreateGroup
    1 ms1xcreateUser
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0