[LLVMdev] Static Profiling with LLVM
Andrew Lenharth
andrewl at lenharth.org
Wed Aug 13 20:49:56 PDT 2008
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
More information about the llvm-dev
mailing list