Skip to content

Instantly share code, notes, and snippets.

@minglotus-6
Created November 11, 2023 00:17
Show Gist options
  • Save minglotus-6/387490e5eeda2dd2f9c440a424d6f360 to your computer and use it in GitHub Desktop.
Save minglotus-6/387490e5eeda2dd2f9c440a424d6f360 to your computer and use it in GitHub Desktop.
./bin/llvm-profdata --help
OVERVIEW: LLVM profile data
USAGE: llvm-profdata [subcommand] [options]
SUBCOMMANDS:
merge - Merges profiles
order - Reads temporal profiling traces from a profile and outputs a function order that reduces the number of page faults for those traces
overlap - Computes and displays the overlap between two profiles
show - Takes a profile data file and displays the profiles
Type "llvm-profdata <subcommand> --help" to get more help on a specific subcommand
OPTIONS:
Color Options:
--color - Use colors in output (default=autodetect)
General options:
--disable-auto-upgrade-debug-info - Disable autoupgrade of debug info
--disable-i2p-p2i-opt - Disables inttoptr/ptrtoint roundtrip optimization
--enable-name-compression - Enable name/filename string compression
--generate-merged-base-profiles - When generating nested context-sensitive profiles, always generate extra base profile for function with all its context profiles merged into it.
Generic Options:
--help - Display available options (--help-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program
./bin/llvm-profdata --h
OVERVIEW: LLVM profile data
USAGE: llvm-profdata [subcommand] [options]
SUBCOMMANDS:
merge - Merges profiles
order - Reads temporal profiling traces from a profile and outputs a function order that reduces the number of page faults for those traces
overlap - Computes and displays the overlap between two profiles
show - Takes a profile data file and displays the profiles
Type "llvm-profdata <subcommand> --help" to get more help on a specific subcommand
OPTIONS:
Color Options:
--color - Use colors in output (default=autodetect)
General options:
--disable-auto-upgrade-debug-info - Disable autoupgrade of debug info
--disable-i2p-p2i-opt - Disables inttoptr/ptrtoint roundtrip optimization
--enable-name-compression - Enable name/filename string compression
--generate-merged-base-profiles - When generating nested context-sensitive profiles, always generate extra base profile for function with all its context profiles merged into it.
Generic Options:
--help - Display available options (--help-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment