amplxe-cl -finalize:用的不多.

来源:互联网 发布:手机美发软件 编辑:程序博客网 时间:2024/04/30 14:26
-I, -finalize                 Re-finalize the result.


 Re-start postprocessing (finalization) of the collected data. Use this
 option to find symbol information in the search directories updated with the
 -search-dir option.
 


Action Options:
 
-call-stack-mode=all | user-only | user-plus-one (user-only)
                              Choose how to show system functions in the stack.
-discard-raw-data | -no-discard-raw-data (default)
                              Discard raw collector data from the result upon
                              finalization.
-inline-mode=on | off (on)    Choose to show or hide inline functions in the
                              stack.
-r, -result-dir=<string> (r@@@{at})
                              Specify result directory path.
-search-dir=<string>          <all | bin | src | sym[:<p | r>]>=<directory>.
                              <directory> is the name of the search directory
                              for binaries (bin), sources (src), symbols (sym),
                              or all these file types (all). Use ':r' to
                              perform a recursive search of all subdirectories.
                              Use ':p' to indicate highest priority search
                              directories (directories that should be searched
                              prior to others, including environment paths and
                              absolute paths). You can use these options
                              together as ':rp'.



Global Options:
 
-q, -quiet                    Suppress non-essential messages
-user-data-dir=<string>       Specify the base directory for result paths
                              provided by --result-dir option. By default, the
                              current working directory is used.
-v, -verbose                  Print additional information



Examples:
 

 1) Finalize the result in result directory r001hs using symbol information located in example/bin.
 
    amplxe-cl -finalize -r r001hs -search-dir all=example/bin
原创粉丝点击