[llvm-dev] Basic block execution over time
Raul Garcia via llvm-dev
llvm-dev at lists.llvm.org
Fri Oct 28 08:19:33 PDT 2016
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/attachment.html>
More information about the llvm-dev
mailing list