llvm-prof

hi
I changed llvm-prof and make it, but when use profile.pl ,i could not see any change in result.

Dear Neda,

Please explain in more detail what you are trying to do and what is not working. I do not understand what llvm-prof does that you don’t like or what you want llvm-prof to do.

– John T.

i want save profile information of basic blocks on a file for use it by another program, i can see profile information only on screen and don’t able use it. i need to use this information for program parallelization and should know estimated time for each block and instruction.
for extract profile information i’ve used profile.pl and i thought llvm-prof must be changed but no result.