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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to