diff of order subcommand
16 removals
24 lines
3 additions
16 lines
OVERVIEW: LLVM profile data order
OVERVIEW: LLVM profile data
SUBCOMMAND 'order': Reads temporal profiling traces from a profile and outputs a function order that reduces the number of page faults for those traces
USAGE: llvm-profdata order [options] <profdata-file>
USAGE: llvm-profdata order [options] <profdata-file>
OPTIONS:
OPTIONS:
Color Options:
--color - Use colors in output (default=autodetect)
General options:
General options:
--disable-auto-upgrade-debug-info - Disable autoupgrade of debug info
--output=<output> - Output file
--disable-i2p-p2i-opt - Disables inttoptr/ptrtoint roundtrip optimization
--enable-name-compression - Enable name/filename string compression
--experimental-debuginfo-iterators - Enable communicating debuginfo positions through iterators, eliminating intrinsics
--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.
--output=<output> - Output file
Generic Options:
Generic Options:
--help - Display available options (--help-hidden for more)
--help - Display available options (--help-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--help-list - Display list of available options (--help-list-hidden for more)
--version - Display the version of this program