Intel® Advisor Help

no-follow-child

Specify whether child processes are included in the result for this collection.

Syntax

-no-follow-child

-follow-child

Default

The default is -follow-child, which includes child processes in the collect action.

Actions Modified

collect

Description

Use the no-follow-child action-option when you want to exclude child processes from collect action data collection and analysis. This option is recommended when analyzing a target launched by a script.

Example

In this example, only myApp will be profiled with the Survey tool. No information will be collected about any child processes initiated by myApp.

 $ advixe-cl -collect survey -no-follow-child myApp -- home/test/sample

See Also