Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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