A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-4C18D629-0EB0-465A-81EA-8DFE22329FDE
Visible to Intel only — GUID: GUID-4C18D629-0EB0-465A-81EA-8DFE22329FDE
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
Run a Survey analysis.
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