[all-commits] [llvm/llvm-project] 92d7a8: [Driver] Add option -fproc-stat-report
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Thu Nov 12 23:16:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 92d7a84e128a20cd23e3129dee82c48f1750966a
https://github.com/llvm/llvm-project/commit/92d7a84e128a20cd23e3129dee82c48f1750966a
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2020-11-13 (Fri, 13 Nov 2020)
Changed paths:
M clang/docs/UsersManual.rst
M clang/include/clang/Driver/Job.h
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/Job.cpp
A clang/test/Driver/report-stat.c
Log Message:
-----------
[Driver] Add option -fproc-stat-report
The new option `-fproc-stat-info=<file>` can be used to generate report
about used memory and execution tile of each stage of compilation.
Documentation for this option can be found in `UserManual.rst`. The
option can be used in parallel builds.
Differential Revision: https://reviews.llvm.org/D78903
More information about the All-commits
mailing list