ScriptProfile_Start()

Examples


The ScriptProfile_Start() function causes the application to start profiling scripts.

Syntax

ScriptProfile_Start()

Parameters

• None

Return value

The boolean value true.

Comments

You may want to use the ScriptProfile_Clear() function to clear the current script profile before starting the script profiler. Otherwise, the results will be included with the current profile information in memory.


Documentation Feedback