llvm-project/bolt/merge-fdata
Maksim Panchenko 88ac5d9d0e [merge-fdata] Add option to print function list.
Summary:
Print total number of functions/objects that have profile
and add new options:

  -print      - print the list of objects with count to stderr
    =none     -   do not print objects/functions
    =exec     -   print functions sorted by execution count
    =branches -   print functions sorted by total branch count
  -q          - do not print merged data to stdout

(cherry picked from FBD3442288)
2016-06-09 17:45:15 -07:00
..
CMakeLists.txt Fix ninja install-* for BOLT utilities. 2016-04-25 22:13:12 -07:00
LLVMBuild.txt Tool to merge .fdata files. 2016-04-08 12:18:06 -07:00
Makefile Tool to merge .fdata files. 2016-04-08 12:18:06 -07:00
merge-fdata.cpp [merge-fdata] Add option to print function list. 2016-06-09 17:45:15 -07:00