Main Content

addNewProfiler

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Add new profiler to the target

Syntax

profilerObj = addNewProfiler(targetObj,profilerName)

Description

profilerObj = addNewProfiler(targetObj,profilerName) creates a Profiler object and adds the object to the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

A descriptive name assigned to the Name property of the Profiler object.

Example: 'MyProfiler'

Data Types: char

Output Arguments

expand all

Profiler object that references the profiler specification and source files.

Version History

Introduced in R2015a