Enable automatic parallelization reporting
R2026bReporting for automatic parallelization of for
loops
Since R2022a
Description
App Configuration Pane: Advanced
Configuration Objects: coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig
Reporting for automatic parallelization of for loops.
Dependencies
To enable this parameter, select the Enable automatic parallelization check box.
Settings
- On
The code generation report displays code insights for automatic parallelization of
forloops on the Code Insights tab. This value is the default value.- Off
The code generation report does not display code insights for automatic parallelization of
forloops.
Programmatic Use
Property:
EnableAutoParallelizationReporting |
Values: true |
false |
Default: true
|
Version History
Introduced in R2022a