Specify which processes to analyze.
Arguments
Argument | Description |
<process_name> | The name of the process to which the strategy configuration applies. If |
<profiling_mode> | The strategy for profiling the specified process. Possible values are: |
Value | Description |
trace:trace | Collect data on the process, and its child processes. |
notrace:trace | Do not analyze the process, but collect data on its child processes. |
notrace:notrace | Ignore the process, and its child processes, while collecting data. |
trace:notrace | Analyze the process, but do not collect data on its child processes. |
Description
Use the strategy action-option to specify which processes to analyze, and which to ignore.
This option is not applicable to hardware event-based analysis types.
Example
This example performs a Hotspots analysis where the strategy configuration limits data collection to the example
process, and ignores its child processes.
$ amplxe-cl -collect hotspots -strategy :notrace:trace,example:trace:notrace C:\run_example.bat