llvm-prof (1) Linux Manual Page
llvm-prof – print execution profile of LLVM program Synopsisllvm-prof [options] [bitcode file] [llvmprof.out] DescriptionThe llvm-prof tool reads in an llvmprof.out file (which can optionally use a specific file with the third program argument), a bitcode file for the program, and produces a human readable report, suitable for determining where the program hotspots are. This program…
