addDetails
Add text items to Code Profile Analyzer display or code profiling report
Since R2025a
Description
adds a text item in the Cumulative Results > Test Execution Information section of the Code Profile Analyzer app. If you create a PDF report, the
first section of the report also displays the text item. Use this function to display
additional information about your execution-time analysis.myResultsObject
.addDetails(itemName
,itemText
);
Examples
Add Text Execution Information
For an example that uses the function, see Customize Automated Code Profiling Using Hooks.
Input Arguments
Version History
Introduced in R2025a