search for: profile_enabling

Displaying 2 results from an estimated 2 matches for "profile_enabling".

2005 Jul 27
1
[LLVMdev] Help regarding profiling information
Hi, I am trying to obtain basic block profiles for mediabench g721 benchmark. I have successfully built llvm in profile_enabling mode. Then so as to find out the block execution frequency, I ran the command, analyze encode.out-cbe. It generated gmon.out which I read using gprof. However, I did not get the basic block level execution frequency. Can anybody help me as to how I can extract the basic block execution frequency us...
2005 Jul 27
0
[LLVMdev] Regarding profiling with llvm
Hi, I am a new user to llvm. I have a small question. I am trying to obtain basic block execution frequency for LLVM blocks for mediabench g721 benchmark. I have generated control flow graphs, and instruction mix of the same. however, to obtain runtime profile information, I tried the following. build llvm in PROFILE_ENABLE mode reconfigure path for all the files. run makefile for benchmark