Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

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