getProfilerStatus
Description
returns the profiler status on the Speedgoat® target computer.profiler_status = getProfilerStatus(target_object)
The profiler status can have one of these values.
READY— target_object exists, no profiler data is available, and thestartProfilerfunction has not been called.START_REQUESTED— target_object exists, no profiler data is available, thestartProfilerfunction has started the profiler, and the real-time application is not loaded.RUNNING— target_object exists, profiler data is being collected, thestartProfilerfunction has started the profiler, and the real-time application is loaded and running.DATA_AVAILABLE— target_object exists and profiling data is available.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a