ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
90 stars 45 forks source link

Enable a run time profile report #125

Open bwrsandman opened 5 months ago

bwrsandman commented 5 months ago

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.