[LLVMdev] Block profiling in LLVM

Rajendra Patel rdpatel55 at yahoo.co.in
Wed Aug 8 04:43:43 PDT 2012


I am trying to profile my code with -enable-block -profile option on opt command.

It returns no such option available. I have also explored the opt help and found
that there is really no block profiling option. I only found edge profiling.

I want to identify total number of blocks along with block occurrence in my
application.

I'm new in using LLVM. 

Please help me.






More information about the llvm-dev mailing list