Intel® Advisor Help

model-system-calls

Analyze code regions with system calls considering they are separated from offload code and executed on a host device.

Syntax

--model-system-calls

--no-model-system-calls

Default

On (model-system-calls)

Actions Modified

collect=projection

collect=offload

Usage

Note

The presence of system calls inside a region may reduce model accuracy.

Example

Model your application performance on a target device and disable analyzing system calls.

advisor --collect=projection --model-system-calls --project-dir=./advi_results

See Also