profile
Enable/disable internal code profiling.
Syntax
profile(state)
Inputs
- state
- Turn the profiling feature on or off.
Outputs
Example
Turn .oml code profiling
on:
profile(true);
Enable/disable internal code profiling.
profile(state)
profile(true);