profile

Enable/disable internal code profiling.

Syntax

profile(state)

Inputs

state
Turn the profiling feature on or off.
Type: logical
Dimension: scalar

Outputs

Example

Turn .oml code profiling on:
profile(true);