addDetails - Add text items to Code Profile Analyzer display or code profiling

     report - MATLAB ([original](https://in.mathworks.com/help/ecoder/ref/coder.profile.executionstackset.adddetails.html)) ([raw](?raw))

Main Content

Add text items to Code Profile Analyzer display or code profiling report

Since R2025a

Syntax

Description

[myResultsObject](#mw%5F925753c1-ee66-46da-992c-56eeb867725d).addDetails([itemName](#mw%5F303a4145-d75f-489b-93c3-a11aab1e3749),[itemText](#mw%5F79a4d46d-2dda-4d30-b5c6-58949c00271c)); adds a text item in the > 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 stack usage analysis.

Examples

Input Arguments

collapse all

Text to display for item.

Example: resultsObj.addDetails("Item1","Description for Item1");

Text to display for item.

Example: resultsObj.addDetails("Item1","Description for Item1");

Object that contains aggregate of stack usage profiles produced by multiple software-in-the-loop (SIL) or processor-in-the-loop (PIL) simulations.

Version History

Introduced in R2025a