Using the Intel VTune Profiler with julia

Played around this morning with it.

ENABLE_JITPROFILING=1
INTEL_JIT_BACKWARD_COMPATIBILITY=0

I see:

With

ENABLE_JITPROFILING=1
INTEL_JIT_BACKWARD_COMPATIBILITY=1

I see:

This is on Intel VTune 2022 and Julia 1.9

So the biggest annoyance is that it doesn’t automatically find the source file.

1 Like