display - Generate message that describes how to open code execution profiling

     report - MATLAB ([original](https://www.mathworks.com/help/ecoder/ref/coder.profile.executiontime.display.html)) ([raw](?raw))

Main Content

Generate message that describes how to open code execution profiling report

Syntax

Description

[myExecutionProfile](#mw%5F2b8a2758-eb8e-4162-9450-2991ac6314f0).display generates a message that describes how you can open the code execution profiling report.

example

Examples

collapse all

To generate a message that describes how to open the code execution profiling report, use the display function and the myExecutionProfile workspace variable.

myExecutionProfile.display

Input Arguments

collapse all

myExecutionProfile is a workspace variable, specified through the configuration parameter CodeExecutionProfileVariable and generated by a simulation.

Example: myExecutionProfile

Version History

Introduced in R2011a