Intel® Advisor Help

profile-python

Collect Python loop and function data during Survey analysis.

GUI Equivalent

Project Properties > Analysis Target > Survey Analysis > Advanced > Analyze Python loops and functions

Syntax

--profile-python

--no-profile-python

Default

Off (no-profile-python)

Actions Modified

collect=survey

Usage

Enabling can increase collection overhead.

Example

Run a Survey analysis. Explicitly disable collecting Python loop and function data.

$ advisor --collect=survey --project-dir=./myAdvisorProj --no-profile-python -- ./bin/myTargetApplication

See Also