ZedThree / clang-tidy-review

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

Add a run time profile report #127

Closed bwrsandman closed 2 months ago

bwrsandman commented 4 months ago

Implements:

This change adds a summary to the job which gives statistics about the run. This is helpful for when some runs take hours to complete. Having the top times per file and per check allows optimizing compilation units or removal of complex checks.

I am open to advice for better looks for the summary. I.e emojis or badges form https://shields.io/

image