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

profile-jit

Collect metrics about Just-In-Time (JIT) generated code regions during the Trip Counts and FLOP analysis.

GUI Equivalent

Project Properties > Analysis Target > Trip Counts and FLOP Analysis > Advanced > Capture metrics for dynamic loops and functions

Syntax

--profile-jit

--no-profile-jit

Default

On (profile-jit)

Actions Modified

collect=tripcounts

Usage

Enabling can increase collection overhead.

Example

  1. Run a Survey analysis.

  2. Run a Trip Counts and FLOP analysis. Explicitly enable collecting metrics for JIT generated code.

advisor --collect=survey --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --profile-jit --project-dir=./advi_results -- ./myApplication

See Also