Intel® Advisor Help
Collect metrics about Just-In-Time (JIT) generated code regions during the Trip Counts and FLOP analysis.
Project Properties > Analysis Target > Trip Counts and FLOP Analysis > Advanced > Capture metrics for dynamic loops and functions
--profile-jit --no-profile-jit |
On (profile-jit)
collect=tripcounts
Enabling can increase collection overhead.
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