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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 8 15:30:26 PDT 2018


Eugene.Zelenko added a comment.

I think will be good idea to store data in JSON format too.



================
Comment at: docs/ReleaseNotes.rst:60
 
+- clang-tidy learned to store checks profiling info as CSV files.
+
----------------
May be //Profile information could be stored in SSV format.// sounds better?


================
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:
----------------
Please use ` for command line options and other non-C/C++ constructs.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46602





More information about the cfe-commits mailing list