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.<br>
for extract profile information i've used <a href="http://profile.pl/" target="_blank">profile.pl</a> and i thought  llvm-prof must be changed but no result.