Displaying 2 results from an estimated 2 matches for "block_a".
Did you mean:
block_r
2016 Oct 28
2
Basic block execution over time
Hello All,
How can I keep track of the different basic blocks of a program executed over time?
Or in other words, how can I annotate the block name (block_a) and the time/cycle at which that blocs (block_a) was executed, and do this for all the blocks on a reasonable simple program?
Regards, Raul.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161028/26350d6d/a...
2016 Oct 29
0
Basic block execution over time
...fer, ...
Cheers,
Jonas
On Fri, Oct 28, 2016 at 5:20 PM Raul Garcia via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello All,
>
> How can I keep track of the different basic blocks of a program executed
> over time?
> Or in other words, how can I annotate the block name (block_a) and the
> time/cycle at which that blocs (block_a) was executed, and do this for all
> the blocks on a reasonable simple program?
>
> Regards, Raul.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists....