Main Content

addDetails

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

Since R2025a

Description

myResultsObject.addDetails(itemName,itemText); 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.

Examples

Add Text Execution Information

For an example that uses the function, see Customize Automated Code Profiling Using Hooks.

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 execution-time profiles produced by multiple software-in-the-loop (SIL) or processor-in-the-loop (PIL) simulations.

Version History

Introduced in R2025a