getProfilerData
Download profiler data from target computer
Syntax
Description
getProfilerData(
downloads the profiler data for the most recent loaded application from the
Speedgoat® target computer to the MATLAB® development computer.target_object)
The maximum log file size for the profiler data is 1024 MB.
getProfilerData(
downloads the profiler data for the real-time application
target_object,app_name)app_name from the target computer to the development
computer.
getProfilerData(
downloads the profiler data for the real-time application
target_object,app_name,fileName)app_name from the target computer and saves it as a PERF
file with the filename fileName to the development
computer.
Examples
Input Arguments
Version History
Introduced in R2020bSee Also
Target | stopProfiler | resetProfiler
Topics
- Execution Profiling for Real-Time Applications
- Code Profile Analyzer (Embedded Coder)