[PATCH] D97094: [Driver] Print process statistics report on CC_PRINT_PROC_STAT env variable.
Vlad Vereschaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 22 14:55:43 PST 2021
vvereschaka marked an inline comment as done.
vvereschaka added inline comments.
================
Comment at: clang/include/clang/Driver/Driver.h:210
+ /// Set CC_PRINT_PROC_STAT mode, which causes the frontend to dump
+ /// performance report to CC_PRINT_PROC_STAT_FILE or to stdout.
----------------
sepavloff wrote:
> Strictly speaking it is driver that dumps performance report, not frontend.
Thanks, I have updated the comment accordingly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97094/new/
https://reviews.llvm.org/D97094
More information about the cfe-commits
mailing list