]> granicus.if.org Git - clang/commit
Decrease the verbosity of the -ftime-trace option
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 1 Oct 2019 07:52:42 +0000 (07:52 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 1 Oct 2019 07:52:42 +0000 (07:52 +0000)
commit50f80151a9e1b25dccecd15d38a614f7da428507
tree3c540d410eb5ea77724065acba348aa082c706d5
parent8e3efb4c03d398fd61f41a924693564dc6e83e23
Decrease the verbosity of the -ftime-trace option
And move the relevant information in the doc.

Summary:
Currently, building a large software like Firefox shows
'Use chrome://tracing or Speedscope App (https://www.speedscope.app) for flamegraph visualization'
for each file.

Reviewers: anton-afanasyev

Reviewed By: anton-afanasyev

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D68260

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373308 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ClangCommandLineReference.rst
tools/driver/cc1_main.cpp