Skip to content

Instantly share code, notes, and snippets.

@abel0b
Created May 25, 2020 13:12
Show Gist options
  • Save abel0b/2cce3ec821c96228dead0b8eb989aee2 to your computer and use it in GitHub Desktop.
Save abel0b/2cce3ec821c96228dead0b8eb989aee2 to your computer and use it in GitHub Desktop.
Intel advisor cli cheat sheet
# Survey
advixe-cl --collect=survey --stacks -- ./foo
# Dependencies
advixe-cl --collect=dependencies --stacks -- ./foo
# Memory access patterns
advixe-cl --collect=map --stacks -- ./foo
# Create snapshot
advixe-cl --snapshot --pack --cache-sources --cache-binaries -- foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment