pstest_instrument_target
Syntax
Description
This function in the Polyspace®
Test™ CMake package instruments a target for profiling using polyspace-code-profiler -instrument.
pstest_instrument_target(
instruments a target for profiling for a specified type and level by using
target profiling_type [LEVEL level])polyspace-code-profiler -instrument.
pstest_instrument_target(
allows you to specify the target target profiling_type [LEVEL level] [RUNTIME runtime])runtime for a custom run-time
profiling library that you create using pstest_add_profiling_runtime.
pstest_instrument_target(
allows you to specify an options file for configuring the profiling instrumentation.target profiling_type [LEVEL level] [RUNTIME runtime] [OPTIONS_FILE file])
pstest_instrument_target(
allows you to specify additional options for configuring the profiling
instrumentation.target profiling_type [LEVEL level] [RUNTIME runtime] [OPTIONS_FILE file] [OTHER_ARGS arg1 arg2 ... argN])
Examples
Input Arguments
Version History
Introduced in R2025a