[LLVMdev] Static Profiling with LLVM

Sean Soria soria at ucla.edu
Wed Aug 13 21:23:22 PDT 2008


I was looking for something along the lines of a pass that would statically
(as opposed to dynamically during run time) profile a benchmark program
based traversal of the branch conditions within functions.

On Wed, Aug 13, 2008 at 8:49 PM, Andrew Lenharth <andrewl at lenharth.org>wrote:

> On Wed, Aug 13, 2008 at 7:00 PM, Sean Soria <sean.soria at gmail.com> wrote:
> > Is there currently a way to get static profiling information for a
> program
> > (e.g. an implementation of "Static Branch Frequency and Program Profile
> > Analysis" by Wu and Larus, or something more recent) using an LLVM pass?
>
> the profiling code, which has bitrotted considerably, supports random
> sampling based profiling of any of the llvm profiling passes.
>
> Andrew
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080813/b6eba049/attachment.html>


More information about the llvm-dev mailing list