[PATCH] D90686: [lld][ELF] Add additional time trace categories
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 06:48:56 PST 2020
jhenderson created this revision.
jhenderson added reviewers: grimar, psmith, MaskRay, russell.gallop.
Herald added subscribers: s.egerton, simoncook, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
jhenderson requested review of this revision.
I noticed when running a large link with the --time-trace option that there were several areas which were missing any specific time trace categories (aside from the generic link/ExecuteLinker categories). This patch adds new categories to fill most of the "gaps", or to provide more detail than was previously provided.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90686
Files:
lld/ELF/Driver.cpp
lld/ELF/DriverUtils.cpp
lld/ELF/InputFiles.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/MapFile.cpp
lld/ELF/OutputSections.cpp
lld/ELF/ScriptParser.cpp
lld/ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90686.302570.patch
Type: text/x-patch
Size: 22373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/8989f574/attachment-0001.bin>
More information about the llvm-commits
mailing list