[PATCH] D41915: [lldCOFF] Print detailed timing information with /VERBOSE

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 11:45:56 PST 2018


zturner updated this revision to Diff 129495.
zturner added a comment.

Storing the accumulated time in nanoseconds.  Turns out when you store in milliseconds you can accumulate a large amount of truncation error.  So I'm now accumulating nanoseconds but still printing milliseconds.


https://reviews.llvm.org/D41915

Files:
  lld/COFF/Config.h
  lld/COFF/Driver.cpp
  lld/COFF/ICF.cpp
  lld/COFF/MarkLive.cpp
  lld/COFF/Options.td
  lld/COFF/PDB.cpp
  lld/COFF/SymbolTable.cpp
  lld/COFF/Timing.h
  lld/COFF/Writer.cpp
  lld/COFF/Writer.h
  lld/Common/CMakeLists.txt
  lld/Common/Timer.cpp
  lld/include/lld/Common/Timer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41915.129495.patch
Type: text/x-patch
Size: 19493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/6295bd9a/attachment.bin>


More information about the llvm-commits mailing list