주요 콘텐츠

Enable automatic parallelization reporting

R2026b

Reporting 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 for loops 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 for loops.

Programmatic Use

Property: EnableAutoParallelizationReporting
Values: true | false
Default: true

Version History

Introduced in R2022a