<div dir="ltr"><div>The COFF flavor of lld has an option to show basic timing information on stdout: <a href="https://llvm.org/r322736" target="_blank">https://llvm.org/r322736</a>. I enabled it on my project's CI and find it quite useful in logs. I'd be happy to see it ported to ELF.<br></div><div><br></div><div>From looking at the screenshot on your review, it looks like your proposal provides much richer information, but the extra friction of opening a json file (and pulling it off our builders) means I'd be less inclined to reach for this feature unless I was debugging a specific issue. I guess it depends on whether you're going for day-to-day health monitoring or targeted problem-solving.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 16, 2019 at 11:34 AM Russell Gallop via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I've been using -ftime-trace on the compiler and find it very useful for analysing compile times and whole build times. I've made a first attempt at adding this to LLD (ELF) so link times can be traced in the same way: <a href="https://reviews.llvm.org/D69043" target="_blank">https://reviews.llvm.org/D69043</a>  </div><div><br></div><div>This works for LTO and ThinLTO, but needs some more work to make sure it scales well across multiple threads.</div><div><br></div><div>Please let me know whether you think this is worth pursuing?</div><div><br></div><div>Thanks</div><div>Russ</div></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>