ScriptProfile_Stop()

Examples


The ScriptProfile_Stop() function causes the application to stop profiling scripts.

Syntax

ScriptProfile_Start()

Parameters

• None

Return value

The boolean value true.

Comments

This function leaves the profile information in memory. Use the ScriptProfile_Clear() function to clear the current script profile.


Documentation Feedback