Skip to content

Instantly share code, notes, and snippets.

@ArchRobison
Created October 11, 2013 22:36
Show Gist options
  • Save ArchRobison/6943072 to your computer and use it in GitHub Desktop.
Save ArchRobison/6943072 to your computer and use it in GitHub Desktop.
Fragment of julia/deps/llvm-3.3/tools/lli.cpp relevant to enabling Intel VTune Amplifier.
// The following functions have no effect if their respective profiling
// support wasn't enabled in the build configuration.
EE->RegisterJITEventListener(
JITEventListener::createOProfileJITEventListener());
EE->RegisterJITEventListener(
JITEventListener::createIntelJITEventListener());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment