[PATCH] D46602: [clang-tidy] Store checks profiling info as CSV files

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 9 05:34:36 PDT 2018


lebedev.ri planned changes to this revision.
lebedev.ri added inline comments.


================
Comment at: docs/clang-tidy/index.rst:762
+
+To enable profiling info collection, use ``-enable-check-profile`` argument.
+The timings will be outputted to the ``stderr`` as a table. Example output:
----------------
Eugene.Zelenko wrote:
> Please use ` for command line options and other non-C/C++ constructs.
`` is used for command line options elsewhere in this document.
Is there a reference somewhere?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46602





More information about the cfe-commits mailing list