get - Extract specific execution-time profile from aggregate of profiles - MATLAB (original) (raw)

Main Content

Extract specific execution-time profile from aggregate of profiles

Since R2023b

Syntax

Description

[anExecutionProfile](#mw%5F5257af98-7e57-45e0-b863-680110a09f3c) = [myResultsObject](#mw%5Fb52b7de6-399f-47a3-8545-5dab0e63e981).get([simulationName](#mw%5Fe1c49120-9094-4914-bf0e-c8519c1351a7)) returns a workspace variable that contains execution-time metrics forsimulationName.

example

Examples

Input Arguments

collapse all

Name of simulation that produced execution-time profile.

Example: executionProfileForRun2 = resultsObject.get('Run 2')

Object that contains aggregate of execution-time profiles produced by multiple software-in-the-loop (SIL), processor-in-the-loop (PIL), or external mode simulations of a model.

Example: executionProfileForRun2 = resultsObject.get('Run 2')

Output Arguments

collapse all

Workspace variable that contains execution profiling data from named simulation.

Version History

Introduced in R2023b