Main Content

deleteProfilerData

Delete execution profiler data from target computer

Since R2020b

Description

example

deleteProfilerData(target_object,'-all') deletes execution profiler data from all of the installed real-time applications on the target computer.

For information about the availability of log data, see list.

example

deleteProfilerData(target_object,app_name) deletes all of the execution profiler data from the selected real-time applications on the target computer.

Examples

collapse all

For target computer object tg with execution profiler data available for real-time applications, delete profiler data for all applications.

deleteProfilerData(tg,'-all')

For target computer object tg with execution profiler data available for real-time application my_app, delete profiler data for application my_app.

deleteProfilerData(tg,'my_app')

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Provides name of real-time application MLDATX file that you built from the model.

Example: 'slrt_ex_osc'

Version History

Introduced in R2020b