Open bwrsandman opened 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.
--enable-check-profile
--store-check-profile=<prefix>
As a post-process step, the json files could be merged.
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.