ZedThree/clang-tidy-review

Enable a run time profile report

Opened this issue · 0 comments

The option --enable-check-profile allows clang-tidy to tell you how long each check took.
The option --store-check-profile=<prefix> will store a json file with the data for each unit.

As a post-process step, the json files could be merged.