This revision was automatically updated to reflect the committed changes.
Closed by commit rGe766e3afedeb: [clang][deps] Print timing information
(authored by jansvoboda11).
Changed prior to commit:
https://reviews.llvm.org/D147815?vs=511802&id=515401#toc
Repository:
rG LLVM Github Monorepo
akyrtzi added a comment.
> Could you also add a -terse option, to avoid printing the full dependency info
Note I added something like this in https://reviews.llvm.org/D148369, so ignore
it for this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.o
akyrtzi added a comment.
Could you also add a `-terse` option, to avoid printing the full dependency
info, if you mainly want to get the timing? Something like this:
T.stopTimer();
if (PrintTiming)
llvm::errs() << llvm::format(
"clang-scan-deps timing: %0.2fs wall, %0.2fs process
jansvoboda11 created this revision.
jansvoboda11 added a reviewer: akyrtzi.
Herald added a subscriber: ributzka.
Herald added a project: All.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch adds new `-print-timing` o