Specify profiling save options
Collection and storage of execution-time measurements
Since R2023a
Description
App Configuration Pane: Debugging
Configuration Objects: coder.EmbeddedCodeConfig
Options for collection and storage of execution-time measurements.
Settings
All dataThis value is the default value.
As execution runs, collects and immediately uploads profiling measurement and analysis data from target device to development computer. At the end of execution, saves all data in base workspace.
Summary onlyAs execution runs, evaluates only execution-time metrics required for report and immediately uploads metrics from target device. At the end of execution, saves evaluated metrics in base workspace.
Metrics onlyAs execution runs, processes profiling data and stores certain metrics on target device. At the end of execution, uploads the stored metrics from target device.
Programmatic Use
Property:
CodeProfilingSaveOptions |
Values: "AllData" |
"SummaryOnly" | "MetricsOnly" |
Default: "AllData" |
Version History
Introduced in R2023a