[PATCH] D41915: [lldCOFF] Print detailed timing information with /VERBOSE
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 17:55:41 PST 2018
Putting the total at the top is inconsistent with every other profiling
output i can find from similar tools, and also with normal pen and paper
math which would be written
```
47
+23
—-
70
```
Can we leave it at the bottom?
On Wed, Jan 17, 2018 at 1:07 PM Rui Ueyama via Phabricator <
reviews at reviews.llvm.org> wrote:
> ruiu added a comment.
>
> It seems it is still showing the total timer at the end. Can you fix it?
>
>
> Repository:
> rLLD LLVM Linker
>
> https://reviews.llvm.org/D41915
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180118/643a4208/attachment.html>
More information about the llvm-commits
mailing list