Rodrigo Caetano Rocha via llvm-dev
2017-Jul-13 20:43 UTC
[llvm-dev] LLVM (Cool/Warm) DOT Printers for Profiling
Hi everyone, I have been working with profiling in LLVM and I was wondering if it would be interesting to upstream the following DOT Printers for Profiling Visualization: https://github.com/rcorcs/llvm-heat-printer All suggestions are welcomed. Thanks, Rodrigo Rocha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170713/dc223bdc/attachment.html>
Sam Elliott via llvm-dev
2017-Aug-10 23:32 UTC
[llvm-dev] LLVM (Cool/Warm) DOT Printers for Profiling
Hi Rodrigo, This work looks great and very valuable to those of us who use CFGs to diagnose optimisation issues. Have you thought of trying to fold this into the existing LLVM -dot-cfg and -dot-cfg-only passes? The optimisation remark infrastructure is using hotness information when it is available, it seems like it would be a good idea to add this to graph generation if hotness information is available there too. I don't know how significant an amount of work that would be, but selfishly, I would find it a lot easier to use if it was in LLVM itself rather than having to build and load it as a plugin. Sam> On 13 Jul 2017, at 1:43 pm, Rodrigo Caetano Rocha via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi everyone, > > I have been working with profiling in LLVM and I was wondering if it would be interesting to upstream the following DOT Printers for Profiling Visualization: > https://github.com/rcorcs/llvm-heat-printer <https://github.com/rcorcs/llvm-heat-printer> > > All suggestions are welcomed. > > Thanks, > > Rodrigo Rocha > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Archibald Sam Elliott ashe2 at cs.washington.edu PhD Student, PLSE Group -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170810/524bf6a2/attachment.html>
Rodrigo Caetano Rocha via llvm-dev
2017-Aug-11 11:59 UTC
[llvm-dev] LLVM (Cool/Warm) DOT Printers for Profiling
Hi Sam, I'm glad you found it interesting and that it can be of some use. I'll look into the integration with the existing DOT Printers. Cheers, Rodrigo On Fri, 11 Aug 2017 at 00:32 Sam Elliott <ashe2 at cs.washington.edu> wrote:> Hi Rodrigo, > > This work looks great and very valuable to those of us who use CFGs to > diagnose optimisation issues. > > Have you thought of trying to fold this into the existing LLVM -dot-cfg > and -dot-cfg-only passes? The optimisation remark infrastructure is using > hotness information when it is available, it seems like it would be a good > idea to add this to graph generation if hotness information is available > there too. > > I don't know how significant an amount of work that would be, but > selfishly, I would find it a lot easier to use if it was in LLVM itself > rather than having to build and load it as a plugin. > > Sam > > > On 13 Jul 2017, at 1:43 pm, Rodrigo Caetano Rocha via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hi everyone, > > I have been working with profiling in LLVM and I was wondering if it would > be interesting to upstream the following DOT Printers for Profiling > Visualization: > https://github.com/rcorcs/llvm-heat-printer > > All suggestions are welcomed. > > Thanks, > > Rodrigo Rocha > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -- > Archibald Sam Elliott > ashe2 at cs.washington.edu > PhD Student, PLSE Group > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170811/4aa702a1/attachment.html>