hi I changed llvm-prof and make it, but when use profile.pl ,i could not see any change in result. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110907/fc9be189/attachment.html>
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. On 9/7/11 1:38 AM, neda 8664 wrote:> hi > I changed llvm-prof and make it, but when use profile.pl > <http://profile.pl> ,i could not see any change in result. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110907/5e46eb87/attachment.html>
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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110910/ef71b09c/attachment.html>