Created
May 25, 2020 13:12
-
-
Save abel0b/2cce3ec821c96228dead0b8eb989aee2 to your computer and use it in GitHub Desktop.
Intel advisor cli cheat sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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