From 13875932b231ea8b8b92fb85685c2f720d217fc8 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 12 Mar 2004 22:45:35 +0000 Subject: Performed some updates on the new options to these command line tools. llvm-svn: 12350 --- llvm/docs/CommandGuide/llvm-prof.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'llvm/docs/CommandGuide/llvm-prof.html') diff --git a/llvm/docs/CommandGuide/llvm-prof.html b/llvm/docs/CommandGuide/llvm-prof.html index 5f1c48dcc1e..ceba6527cf4 100644 --- a/llvm/docs/CommandGuide/llvm-prof.html +++ b/llvm/docs/CommandGuide/llvm-prof.html @@ -30,7 +30,7 @@ then runs llvm-prof to format a report. To get more information about
  • --annotated-llvm or -A
    In addition to the normal report printed, print out the code for the - program, annotated we execution frequency information. This can be + program, annotated with execution frequency information. This can be particularly useful when trying to visualize how frequently basic blocks are executed. This is most useful with basic block profiling information or better.

    @@ -40,12 +40,17 @@ then runs llvm-prof to format a report. To get more information about Using this option enables the --annotated-llvm option, but it prints the entire module, instead of just the most commonly executed functions.

    + +

  • -time-passes
    + + Record the amount of time needed for each pass and print it to standard + error.

    EXIT STATUS

    llvm-prof returns 1 if it cannot load the bytecode file or the profile -information, otherwise it exits with zero. +information. Otherwise, it exits with zero.
    Maintained by the LLVM Team. -- cgit v1.2.3