[PATCH] D45931: [ASTMatchers] Don't garble the profiling output when multiple TU's are processed
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 30 11:42:54 PDT 2018
alexfh added a comment.
>From a user's perspective I'd probably prefer a different behavior of checks profiling with multiple translation units: per-file table after each file and an aggregate table at the end. An independent improvement could be to support TSV/CSV output and/or dumping to a file to spare the user from parsing the tables out of the stdout/stderr.
Repository:
rC Clang
https://reviews.llvm.org/D45931
More information about the cfe-commits
mailing list