[LLVMdev] Profiling llc

Chris Lattner sabre at nondot.org
Mon Sep 24 21:25:57 PDT 2007


On Sep 24, 2007, at 9:06 PM, Fernando Magno Quintao Pereira wrote:

>
> Hey guys, I am trying to speed up some of my LLVM/llc passes. Is  
> there a
> way to use something like gprof on llc? If not, do you guys know  
> anything
> that I can use to discover which routines of my passes are taking  
> most of
> the time?

make ENABLE_PROFILING=1

-Chris



More information about the llvm-dev mailing list