Skip to content

Instantly share code, notes, and snippets.

@johnmcfarlane
Created November 13, 2020 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmcfarlane/d9eb7843d120b61ff575109e56b8eec0 to your computer and use it in GitHub Desktop.
Save johnmcfarlane/d9eb7843d120b61ff575109e56b8eec0 to your computer and use it in GitHub Desktop.
Clang-Tidy profile sample
===-------------------------------------------------------------------------===
clang-tidy checks profiling
===-------------------------------------------------------------------------===
Total Execution Time: 22.5880 seconds (22.5880 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4755 ( 8.3%) 0.3357 ( 6.8%) 1.8112 ( 8.0%) 1.8092 ( 8.0%) readability-identifier-naming
0.9903 ( 5.6%) 0.1667 ( 3.4%) 1.1570 ( 5.1%) 1.1552 ( 5.1%) bugprone-reserved-identifier
0.8855 ( 5.0%) 0.1358 ( 2.8%) 1.0213 ( 4.5%) 1.0212 ( 4.5%) cert-dcl37-c
0.8815 ( 5.0%) 0.1316 ( 2.7%) 1.0130 ( 4.5%) 1.0132 ( 4.5%) cert-dcl51-cpp
0.4614 ( 2.6%) 0.1423 ( 2.9%) 0.6037 ( 2.7%) 0.6015 ( 2.7%) bugprone-use-after-move
0.4155 ( 2.3%) 0.1249 ( 2.5%) 0.5403 ( 2.4%) 0.5394 ( 2.4%) hicpp-invalid-access-moved
0.3815 ( 2.2%) 0.1167 ( 2.4%) 0.4982 ( 2.2%) 0.4971 ( 2.2%) cppcoreguidelines-owning-memory
0.3616 ( 2.0%) 0.1160 ( 2.4%) 0.4776 ( 2.1%) 0.4776 ( 2.1%) google-upgrade-googletest-case
0.3578 ( 2.0%) 0.1080 ( 2.2%) 0.4657 ( 2.1%) 0.4672 ( 2.1%) cert-dcl16-c
0.3297 ( 1.9%) 0.1064 ( 2.2%) 0.4361 ( 1.9%) 0.4357 ( 1.9%) misc-unused-using-decls
0.3024 ( 1.7%) 0.0990 ( 2.0%) 0.4014 ( 1.8%) 0.4023 ( 1.8%) readability-non-const-parameter
0.2795 ( 1.6%) 0.0872 ( 1.8%) 0.3668 ( 1.6%) 0.3677 ( 1.6%) hicpp-uppercase-literal-suffix
0.2646 ( 1.5%) 0.0822 ( 1.7%) 0.3468 ( 1.5%) 0.3465 ( 1.5%) readability-uppercase-literal-suffix
0.2325 ( 1.3%) 0.0747 ( 1.5%) 0.3073 ( 1.4%) 0.3076 ( 1.4%) bugprone-unused-return-value
0.2290 ( 1.3%) 0.0735 ( 1.5%) 0.3025 ( 1.3%) 0.3031 ( 1.3%) readability-redundant-control-flow
0.2116 ( 1.2%) 0.0689 ( 1.4%) 0.2805 ( 1.2%) 0.2807 ( 1.2%) abseil-string-find-str-contains
0.2100 ( 1.2%) 0.0686 ( 1.4%) 0.2786 ( 1.2%) 0.2783 ( 1.2%) bugprone-suspicious-string-compare
0.2039 ( 1.2%) 0.0662 ( 1.4%) 0.2701 ( 1.2%) 0.2709 ( 1.2%) llvm-prefer-isa-or-dyn-cast-in-conditionals
0.2043 ( 1.2%) 0.0638 ( 1.3%) 0.2681 ( 1.2%) 0.2680 ( 1.2%) bugprone-throw-keyword-missing
0.2241 ( 1.3%) 0.0395 ( 0.8%) 0.2636 ( 1.2%) 0.2635 ( 1.2%) modernize-use-using
0.1991 ( 1.1%) 0.0639 ( 1.3%) 0.2630 ( 1.2%) 0.2631 ( 1.2%) bugprone-infinite-loop
0.1954 ( 1.1%) 0.0634 ( 1.3%) 0.2588 ( 1.1%) 0.2594 ( 1.1%) bugprone-assert-side-effect
0.1949 ( 1.1%) 0.0628 ( 1.3%) 0.2577 ( 1.1%) 0.2576 ( 1.1%) modernize-use-transparent-functors
0.1860 ( 1.1%) 0.0604 ( 1.2%) 0.2464 ( 1.1%) 0.2465 ( 1.1%) bugprone-multiple-statement-macro
0.1818 ( 1.0%) 0.0589 ( 1.2%) 0.2407 ( 1.1%) 0.2410 ( 1.1%) bugprone-suspicious-semicolon
0.2196 ( 1.2%) 0.0190 ( 0.4%) 0.2386 ( 1.1%) 0.2386 ( 1.1%) performance-unnecessary-value-param
0.1730 ( 1.0%) 0.0566 ( 1.2%) 0.2296 ( 1.0%) 0.2312 ( 1.0%) cppcoreguidelines-slicing
0.1689 ( 1.0%) 0.0552 ( 1.1%) 0.2240 ( 1.0%) 0.2246 ( 1.0%) abseil-duration-conversion-cast
0.1658 ( 0.9%) 0.0548 ( 1.1%) 0.2207 ( 1.0%) 0.2214 ( 1.0%) bugprone-sizeof-expression
0.1651 ( 0.9%) 0.0526 ( 1.1%) 0.2176 ( 1.0%) 0.2177 ( 1.0%) cppcoreguidelines-avoid-c-arrays
0.1614 ( 0.9%) 0.0518 ( 1.1%) 0.2133 ( 0.9%) 0.2135 ( 0.9%) modernize-replace-auto-ptr
0.1579 ( 0.9%) 0.0505 ( 1.0%) 0.2084 ( 0.9%) 0.2087 ( 0.9%) modernize-deprecated-ios-base-aliases
0.1437 ( 0.8%) 0.0433 ( 0.9%) 0.1870 ( 0.8%) 0.1866 ( 0.8%) cppcoreguidelines-special-member-functions
0.1415 ( 0.8%) 0.0409 ( 0.8%) 0.1825 ( 0.8%) 0.1820 ( 0.8%) hicpp-special-member-functions
0.1357 ( 0.8%) 0.0424 ( 0.9%) 0.1781 ( 0.8%) 0.1778 ( 0.8%) portability-simd-intrinsics
0.1226 ( 0.7%) 0.0377 ( 0.8%) 0.1603 ( 0.7%) 0.1608 ( 0.7%) cert-fio38-c
0.1185 ( 0.7%) 0.0376 ( 0.8%) 0.1561 ( 0.7%) 0.1562 ( 0.7%) bugprone-not-null-terminated-result
0.1184 ( 0.7%) 0.0359 ( 0.7%) 0.1544 ( 0.7%) 0.1547 ( 0.7%) readability-redundant-declaration
0.1171 ( 0.7%) 0.0370 ( 0.8%) 0.1541 ( 0.7%) 0.1539 ( 0.7%) bugprone-dangling-handle
0.1150 ( 0.7%) 0.0358 ( 0.7%) 0.1509 ( 0.7%) 0.1515 ( 0.7%) misc-non-copyable-objects
0.1105 ( 0.6%) 0.0345 ( 0.7%) 0.1449 ( 0.6%) 0.1456 ( 0.6%) google-global-names-in-headers
0.1109 ( 0.6%) 0.0346 ( 0.7%) 0.1455 ( 0.6%) 0.1450 ( 0.6%) abseil-upgrade-duration-conversions
0.1058 ( 0.6%) 0.0328 ( 0.7%) 0.1386 ( 0.6%) 0.1387 ( 0.6%) readability-static-definition-in-anonymous-namespace
0.0958 ( 0.5%) 0.0285 ( 0.6%) 0.1243 ( 0.6%) 0.1240 ( 0.5%) cppcoreguidelines-init-variables
0.0829 ( 0.5%) 0.0269 ( 0.5%) 0.1098 ( 0.5%) 0.1098 ( 0.5%) performance-type-promotion-in-math-fn
0.0854 ( 0.5%) 0.0245 ( 0.5%) 0.1099 ( 0.5%) 0.1097 ( 0.5%) performance-unnecessary-copy-initialization
0.0829 ( 0.5%) 0.0263 ( 0.5%) 0.1092 ( 0.5%) 0.1093 ( 0.5%) bugprone-misplaced-widening-cast
0.0853 ( 0.5%) 0.0238 ( 0.5%) 0.1091 ( 0.5%) 0.1088 ( 0.5%) hicpp-use-noexcept
0.0789 ( 0.4%) 0.0269 ( 0.5%) 0.1058 ( 0.5%) 0.1059 ( 0.5%) misc-redundant-expression
0.0772 ( 0.4%) 0.0241 ( 0.5%) 0.1012 ( 0.4%) 0.1015 ( 0.4%) cppcoreguidelines-pro-type-member-init
0.0737 ( 0.4%) 0.0209 ( 0.4%) 0.0947 ( 0.4%) 0.0947 ( 0.4%) modernize-use-noexcept
0.0727 ( 0.4%) 0.0216 ( 0.4%) 0.0943 ( 0.4%) 0.0946 ( 0.4%) modernize-redundant-void-arg
0.0710 ( 0.4%) 0.0233 ( 0.5%) 0.0943 ( 0.4%) 0.0942 ( 0.4%) modernize-use-uncaught-exceptions
0.0694 ( 0.4%) 0.0212 ( 0.4%) 0.0906 ( 0.4%) 0.0903 ( 0.4%) google-readability-braces-around-statements
0.0688 ( 0.4%) 0.0214 ( 0.4%) 0.0902 ( 0.4%) 0.0901 ( 0.4%) linuxkernel-must-check-errs
0.0659 ( 0.4%) 0.0216 ( 0.4%) 0.0875 ( 0.4%) 0.0875 ( 0.4%) abseil-time-subtraction
0.0651 ( 0.4%) 0.0199 ( 0.4%) 0.0850 ( 0.4%) 0.0848 ( 0.4%) modernize-return-braced-init-list
0.0646 ( 0.4%) 0.0194 ( 0.4%) 0.0840 ( 0.4%) 0.0839 ( 0.4%) cppcoreguidelines-c-copy-assignment-signature
0.0683 ( 0.4%) 0.0157 ( 0.3%) 0.0841 ( 0.4%) 0.0838 ( 0.4%) readability-simplify-boolean-expr
0.0641 ( 0.4%) 0.0196 ( 0.4%) 0.0837 ( 0.4%) 0.0837 ( 0.4%) hicpp-member-init
0.0642 ( 0.4%) 0.0196 ( 0.4%) 0.0838 ( 0.4%) 0.0835 ( 0.4%) google-readability-function-size
0.0629 ( 0.4%) 0.0188 ( 0.4%) 0.0816 ( 0.4%) 0.0814 ( 0.4%) modernize-use-bool-literals
0.0581 ( 0.3%) 0.0219 ( 0.4%) 0.0800 ( 0.4%) 0.0798 ( 0.4%) google-build-explicit-make-pair
0.0601 ( 0.3%) 0.0176 ( 0.4%) 0.0777 ( 0.3%) 0.0775 ( 0.3%) misc-unconventional-assign-operator
0.0560 ( 0.3%) 0.0208 ( 0.4%) 0.0768 ( 0.3%) 0.0766 ( 0.3%) bugprone-narrowing-conversions
0.0572 ( 0.3%) 0.0178 ( 0.4%) 0.0750 ( 0.3%) 0.0753 ( 0.3%) bugprone-signed-char-misuse
0.0565 ( 0.3%) 0.0170 ( 0.3%) 0.0735 ( 0.3%) 0.0739 ( 0.3%) misc-misplaced-const
0.0552 ( 0.3%) 0.0178 ( 0.4%) 0.0730 ( 0.3%) 0.0729 ( 0.3%) abseil-duration-unnecessary-conversion
0.0501 ( 0.3%) 0.0170 ( 0.3%) 0.0671 ( 0.3%) 0.0669 ( 0.3%) hicpp-use-nullptr
0.0503 ( 0.3%) 0.0156 ( 0.3%) 0.0659 ( 0.3%) 0.0658 ( 0.3%) cppcoreguidelines-non-private-member-variables-in-classes
0.0499 ( 0.3%) 0.0154 ( 0.3%) 0.0653 ( 0.3%) 0.0654 ( 0.3%) cert-str34-c
0.0478 ( 0.3%) 0.0142 ( 0.3%) 0.0621 ( 0.3%) 0.0618 ( 0.3%) bugprone-exception-escape
0.0478 ( 0.3%) 0.0142 ( 0.3%) 0.0619 ( 0.3%) 0.0618 ( 0.3%) readability-braces-around-statements
0.0464 ( 0.3%) 0.0145 ( 0.3%) 0.0609 ( 0.3%) 0.0610 ( 0.3%) hicpp-braces-around-statements
0.0450 ( 0.3%) 0.0148 ( 0.3%) 0.0598 ( 0.3%) 0.0598 ( 0.3%) modernize-use-nullptr
0.0448 ( 0.3%) 0.0145 ( 0.3%) 0.0593 ( 0.3%) 0.0592 ( 0.3%) cert-oop57-cpp
0.0430 ( 0.2%) 0.0140 ( 0.3%) 0.0570 ( 0.3%) 0.0569 ( 0.3%) cppcoreguidelines-narrowing-conversions
0.0419 ( 0.2%) 0.0135 ( 0.3%) 0.0555 ( 0.2%) 0.0554 ( 0.2%) bugprone-fold-init-type
0.0412 ( 0.2%) 0.0140 ( 0.3%) 0.0552 ( 0.2%) 0.0551 ( 0.2%) readability-redundant-access-specifiers
0.0423 ( 0.2%) 0.0126 ( 0.3%) 0.0549 ( 0.2%) 0.0548 ( 0.2%) readability-redundant-string-init
0.0395 ( 0.2%) 0.0147 ( 0.3%) 0.0542 ( 0.2%) 0.0543 ( 0.2%) readability-string-compare
0.0398 ( 0.2%) 0.0125 ( 0.3%) 0.0524 ( 0.2%) 0.0522 ( 0.2%) cert-dcl03-c
0.0414 ( 0.2%) 0.0107 ( 0.2%) 0.0521 ( 0.2%) 0.0520 ( 0.2%) readability-function-size
0.0393 ( 0.2%) 0.0112 ( 0.2%) 0.0505 ( 0.2%) 0.0504 ( 0.2%) modernize-use-nodiscard
0.0380 ( 0.2%) 0.0124 ( 0.3%) 0.0504 ( 0.2%) 0.0504 ( 0.2%) hicpp-move-const-arg
0.0380 ( 0.2%) 0.0123 ( 0.2%) 0.0503 ( 0.2%) 0.0501 ( 0.2%) bugprone-argument-comment
0.0389 ( 0.2%) 0.0112 ( 0.2%) 0.0500 ( 0.2%) 0.0500 ( 0.2%) bugprone-forward-declaration-namespace
0.0374 ( 0.2%) 0.0121 ( 0.2%) 0.0495 ( 0.2%) 0.0494 ( 0.2%) bugprone-suspicious-memset-usage
0.0370 ( 0.2%) 0.0119 ( 0.2%) 0.0490 ( 0.2%) 0.0489 ( 0.2%) performance-move-const-arg
0.0400 ( 0.2%) 0.0084 ( 0.2%) 0.0484 ( 0.2%) 0.0483 ( 0.2%) misc-unused-parameters
0.0364 ( 0.2%) 0.0118 ( 0.2%) 0.0482 ( 0.2%) 0.0481 ( 0.2%) bugprone-misplaced-operator-in-strlen-in-alloc
0.0374 ( 0.2%) 0.0104 ( 0.2%) 0.0478 ( 0.2%) 0.0479 ( 0.2%) readability-else-after-return
0.0359 ( 0.2%) 0.0108 ( 0.2%) 0.0467 ( 0.2%) 0.0470 ( 0.2%) cppcoreguidelines-interfaces-global-init
0.0360 ( 0.2%) 0.0104 ( 0.2%) 0.0464 ( 0.2%) 0.0463 ( 0.2%) hicpp-function-size
0.0348 ( 0.2%) 0.0104 ( 0.2%) 0.0452 ( 0.2%) 0.0453 ( 0.2%) llvm-prefer-register-over-unsigned
0.0342 ( 0.2%) 0.0108 ( 0.2%) 0.0450 ( 0.2%) 0.0449 ( 0.2%) misc-non-private-member-variables-in-classes
0.0336 ( 0.2%) 0.0110 ( 0.2%) 0.0446 ( 0.2%) 0.0445 ( 0.2%) cppcoreguidelines-no-malloc
0.0342 ( 0.2%) 0.0099 ( 0.2%) 0.0441 ( 0.2%) 0.0443 ( 0.2%) readability-avoid-const-params-in-decls
0.0329 ( 0.2%) 0.0113 ( 0.2%) 0.0442 ( 0.2%) 0.0442 ( 0.2%) abseil-no-internal-dependencies
0.0332 ( 0.2%) 0.0108 ( 0.2%) 0.0440 ( 0.2%) 0.0441 ( 0.2%) abseil-faster-strsplit-delimiter
0.0327 ( 0.2%) 0.0112 ( 0.2%) 0.0438 ( 0.2%) 0.0438 ( 0.2%) abseil-duration-division
0.0324 ( 0.2%) 0.0105 ( 0.2%) 0.0428 ( 0.2%) 0.0430 ( 0.2%) hicpp-no-malloc
0.0313 ( 0.2%) 0.0101 ( 0.2%) 0.0414 ( 0.2%) 0.0415 ( 0.2%) modernize-replace-random-shuffle
0.0313 ( 0.2%) 0.0099 ( 0.2%) 0.0412 ( 0.2%) 0.0411 ( 0.2%) bugprone-move-forwarding-reference
0.0310 ( 0.2%) 0.0096 ( 0.2%) 0.0406 ( 0.2%) 0.0405 ( 0.2%) llvm-else-after-return
0.0309 ( 0.2%) 0.0093 ( 0.2%) 0.0402 ( 0.2%) 0.0402 ( 0.2%) cert-dcl54-cpp
0.0296 ( 0.2%) 0.0102 ( 0.2%) 0.0398 ( 0.2%) 0.0398 ( 0.2%) bugprone-incorrect-roundings
0.0294 ( 0.2%) 0.0096 ( 0.2%) 0.0390 ( 0.2%) 0.0389 ( 0.2%) bugprone-undefined-memory-manipulation
0.0296 ( 0.2%) 0.0089 ( 0.2%) 0.0385 ( 0.2%) 0.0385 ( 0.2%) llvm-twine-local
0.0297 ( 0.2%) 0.0086 ( 0.2%) 0.0383 ( 0.2%) 0.0383 ( 0.2%) cert-msc51-cpp
0.0293 ( 0.2%) 0.0088 ( 0.2%) 0.0381 ( 0.2%) 0.0383 ( 0.2%) hicpp-new-delete-operators
0.0289 ( 0.2%) 0.0093 ( 0.2%) 0.0382 ( 0.2%) 0.0383 ( 0.2%) cert-msc32-c
0.0281 ( 0.2%) 0.0091 ( 0.2%) 0.0372 ( 0.2%) 0.0372 ( 0.2%) abseil-redundant-strcat-calls
0.0277 ( 0.2%) 0.0086 ( 0.2%) 0.0363 ( 0.2%) 0.0364 ( 0.2%) readability-misleading-indentation
0.0275 ( 0.2%) 0.0087 ( 0.2%) 0.0362 ( 0.2%) 0.0361 ( 0.2%) hicpp-use-auto
0.0279 ( 0.2%) 0.0083 ( 0.2%) 0.0361 ( 0.2%) 0.0359 ( 0.2%) misc-new-delete-overloads
0.0270 ( 0.2%) 0.0087 ( 0.2%) 0.0357 ( 0.2%) 0.0356 ( 0.2%) abseil-duration-factory-float
0.0268 ( 0.2%) 0.0087 ( 0.2%) 0.0355 ( 0.2%) 0.0355 ( 0.2%) android-cloexec-open
0.0271 ( 0.2%) 0.0082 ( 0.2%) 0.0353 ( 0.2%) 0.0351 ( 0.2%) hicpp-no-assembler
0.0257 ( 0.1%) 0.0084 ( 0.2%) 0.0340 ( 0.2%) 0.0341 ( 0.2%) performance-inefficient-algorithm
0.0260 ( 0.1%) 0.0078 ( 0.2%) 0.0338 ( 0.1%) 0.0340 ( 0.2%) google-runtime-operator
0.0265 ( 0.1%) 0.0073 ( 0.1%) 0.0338 ( 0.1%) 0.0340 ( 0.2%) readability-container-size-empty
0.0250 ( 0.1%) 0.0082 ( 0.2%) 0.0332 ( 0.1%) 0.0332 ( 0.1%) cert-err34-c
0.0255 ( 0.1%) 0.0074 ( 0.2%) 0.0329 ( 0.1%) 0.0328 ( 0.1%) cert-oop58-cpp
0.0248 ( 0.1%) 0.0080 ( 0.2%) 0.0328 ( 0.1%) 0.0327 ( 0.1%) abseil-duration-factory-scale
0.0252 ( 0.1%) 0.0074 ( 0.2%) 0.0326 ( 0.1%) 0.0326 ( 0.1%) bugprone-virtual-near-miss
0.0253 ( 0.1%) 0.0073 ( 0.1%) 0.0326 ( 0.1%) 0.0325 ( 0.1%) modernize-use-auto
0.0248 ( 0.1%) 0.0072 ( 0.1%) 0.0320 ( 0.1%) 0.0323 ( 0.1%) readability-inconsistent-declaration-parameter-name
0.0243 ( 0.1%) 0.0079 ( 0.2%) 0.0322 ( 0.1%) 0.0323 ( 0.1%) mpi-type-mismatch
0.0243 ( 0.1%) 0.0078 ( 0.2%) 0.0321 ( 0.1%) 0.0322 ( 0.1%) mpi-buffer-deref
0.0240 ( 0.1%) 0.0077 ( 0.2%) 0.0317 ( 0.1%) 0.0317 ( 0.1%) modernize-avoid-bind
0.0239 ( 0.1%) 0.0077 ( 0.2%) 0.0316 ( 0.1%) 0.0317 ( 0.1%) android-cloexec-accept
0.0239 ( 0.1%) 0.0077 ( 0.2%) 0.0316 ( 0.1%) 0.0316 ( 0.1%) bugprone-bad-signal-to-kill-thread
0.0239 ( 0.1%) 0.0077 ( 0.2%) 0.0316 ( 0.1%) 0.0315 ( 0.1%) bugprone-swapped-arguments
0.0232 ( 0.1%) 0.0080 ( 0.2%) 0.0313 ( 0.1%) 0.0311 ( 0.1%) misc-unused-alias-decls
0.0234 ( 0.1%) 0.0076 ( 0.2%) 0.0310 ( 0.1%) 0.0311 ( 0.1%) cert-pos44-c
0.0237 ( 0.1%) 0.0074 ( 0.2%) 0.0311 ( 0.1%) 0.0309 ( 0.1%) abseil-str-cat-append
0.0230 ( 0.1%) 0.0076 ( 0.2%) 0.0306 ( 0.1%) 0.0307 ( 0.1%) cert-env33-c
0.0226 ( 0.1%) 0.0072 ( 0.1%) 0.0298 ( 0.1%) 0.0298 ( 0.1%) darwin-avoid-spinlock
0.0231 ( 0.1%) 0.0065 ( 0.1%) 0.0296 ( 0.1%) 0.0296 ( 0.1%) hicpp-use-equals-default
0.0222 ( 0.1%) 0.0072 ( 0.1%) 0.0295 ( 0.1%) 0.0294 ( 0.1%) cert-msc30-c
0.0220 ( 0.1%) 0.0071 ( 0.1%) 0.0291 ( 0.1%) 0.0292 ( 0.1%) android-cloexec-fopen
0.0219 ( 0.1%) 0.0071 ( 0.1%) 0.0291 ( 0.1%) 0.0290 ( 0.1%) boost-use-to-string
0.0223 ( 0.1%) 0.0066 ( 0.1%) 0.0289 ( 0.1%) 0.0290 ( 0.1%) readability-const-return-type
0.0221 ( 0.1%) 0.0067 ( 0.1%) 0.0288 ( 0.1%) 0.0290 ( 0.1%) cert-dcl21-cpp
0.0217 ( 0.1%) 0.0071 ( 0.1%) 0.0288 ( 0.1%) 0.0288 ( 0.1%) android-cloexec-creat
0.0215 ( 0.1%) 0.0071 ( 0.1%) 0.0286 ( 0.1%) 0.0286 ( 0.1%) android-cloexec-pipe
0.0214 ( 0.1%) 0.0071 ( 0.1%) 0.0284 ( 0.1%) 0.0286 ( 0.1%) android-cloexec-accept4
0.0215 ( 0.1%) 0.0070 ( 0.1%) 0.0285 ( 0.1%) 0.0285 ( 0.1%) android-cloexec-epoll-create
0.0214 ( 0.1%) 0.0070 ( 0.1%) 0.0284 ( 0.1%) 0.0284 ( 0.1%) android-cloexec-inotify-init1
0.0215 ( 0.1%) 0.0070 ( 0.1%) 0.0285 ( 0.1%) 0.0284 ( 0.1%) android-cloexec-dup
0.0219 ( 0.1%) 0.0066 ( 0.1%) 0.0285 ( 0.1%) 0.0283 ( 0.1%) readability-redundant-smartptr-get
0.0217 ( 0.1%) 0.0064 ( 0.1%) 0.0281 ( 0.1%) 0.0283 ( 0.1%) cert-dcl50-cpp
0.0214 ( 0.1%) 0.0069 ( 0.1%) 0.0283 ( 0.1%) 0.0283 ( 0.1%) cert-err52-cpp
0.0213 ( 0.1%) 0.0069 ( 0.1%) 0.0282 ( 0.1%) 0.0282 ( 0.1%) android-cloexec-socket
0.0213 ( 0.1%) 0.0069 ( 0.1%) 0.0281 ( 0.1%) 0.0282 ( 0.1%) android-cloexec-memfd-create
0.0212 ( 0.1%) 0.0069 ( 0.1%) 0.0281 ( 0.1%) 0.0281 ( 0.1%) android-cloexec-pipe2
0.0211 ( 0.1%) 0.0068 ( 0.1%) 0.0280 ( 0.1%) 0.0280 ( 0.1%) cert-msc50-cpp
0.0210 ( 0.1%) 0.0068 ( 0.1%) 0.0279 ( 0.1%) 0.0278 ( 0.1%) android-cloexec-epoll-create1
0.0215 ( 0.1%) 0.0062 ( 0.1%) 0.0277 ( 0.1%) 0.0278 ( 0.1%) bugprone-unhandled-self-assignment
0.0208 ( 0.1%) 0.0068 ( 0.1%) 0.0276 ( 0.1%) 0.0277 ( 0.1%) android-cloexec-inotify-init
0.0206 ( 0.1%) 0.0063 ( 0.1%) 0.0269 ( 0.1%) 0.0269 ( 0.1%) hicpp-noexcept-move
0.0205 ( 0.1%) 0.0060 ( 0.1%) 0.0264 ( 0.1%) 0.0265 ( 0.1%) modernize-use-equals-default
0.0198 ( 0.1%) 0.0059 ( 0.1%) 0.0257 ( 0.1%) 0.0258 ( 0.1%) performance-noexcept-move-constructor
0.0194 ( 0.1%) 0.0057 ( 0.1%) 0.0251 ( 0.1%) 0.0254 ( 0.1%) google-default-arguments
0.0196 ( 0.1%) 0.0058 ( 0.1%) 0.0253 ( 0.1%) 0.0254 ( 0.1%) readability-convert-member-functions-to-static
0.0197 ( 0.1%) 0.0053 ( 0.1%) 0.0250 ( 0.1%) 0.0251 ( 0.1%) hicpp-use-override
0.0194 ( 0.1%) 0.0056 ( 0.1%) 0.0250 ( 0.1%) 0.0250 ( 0.1%) modernize-use-equals-delete
0.0191 ( 0.1%) 0.0057 ( 0.1%) 0.0248 ( 0.1%) 0.0248 ( 0.1%) readability-make-member-function-const
0.0187 ( 0.1%) 0.0058 ( 0.1%) 0.0245 ( 0.1%) 0.0245 ( 0.1%) readability-redundant-string-cstr
0.0191 ( 0.1%) 0.0054 ( 0.1%) 0.0245 ( 0.1%) 0.0244 ( 0.1%) hicpp-use-equals-delete
0.0188 ( 0.1%) 0.0056 ( 0.1%) 0.0245 ( 0.1%) 0.0244 ( 0.1%) readability-deleted-default
0.0190 ( 0.1%) 0.0054 ( 0.1%) 0.0244 ( 0.1%) 0.0243 ( 0.1%) modernize-use-override
0.0187 ( 0.1%) 0.0055 ( 0.1%) 0.0242 ( 0.1%) 0.0242 ( 0.1%) cppcoreguidelines-explicit-virtual-functions
0.0178 ( 0.1%) 0.0052 ( 0.1%) 0.0230 ( 0.1%) 0.0230 ( 0.1%) cert-oop54-cpp
0.0224 ( 0.1%) 0.0005 ( 0.0%) 0.0228 ( 0.1%) 0.0228 ( 0.1%) modernize-loop-convert
0.0153 ( 0.1%) 0.0049 ( 0.1%) 0.0202 ( 0.1%) 0.0202 ( 0.1%) bugprone-undelegated-constructor
0.0155 ( 0.1%) 0.0045 ( 0.1%) 0.0200 ( 0.1%) 0.0200 ( 0.1%) hicpp-static-assert
0.0144 ( 0.1%) 0.0044 ( 0.1%) 0.0188 ( 0.1%) 0.0187 ( 0.1%) bugprone-spuriously-wake-up-functions
0.0132 ( 0.1%) 0.0046 ( 0.1%) 0.0178 ( 0.1%) 0.0179 ( 0.1%) bugprone-suspicious-enum-usage
0.0139 ( 0.1%) 0.0032 ( 0.1%) 0.0171 ( 0.1%) 0.0171 ( 0.1%) bugprone-branch-clone
0.0127 ( 0.1%) 0.0039 ( 0.1%) 0.0166 ( 0.1%) 0.0166 ( 0.1%) google-explicit-constructor
0.0126 ( 0.1%) 0.0035 ( 0.1%) 0.0161 ( 0.1%) 0.0161 ( 0.1%) hicpp-undelegated-constructor
0.0124 ( 0.1%) 0.0036 ( 0.1%) 0.0161 ( 0.1%) 0.0160 ( 0.1%) llvm-qualified-auto
0.0120 ( 0.1%) 0.0039 ( 0.1%) 0.0159 ( 0.1%) 0.0159 ( 0.1%) bugprone-string-literal-with-embedded-nul
0.0118 ( 0.1%) 0.0036 ( 0.1%) 0.0155 ( 0.1%) 0.0155 ( 0.1%) cert-con36-c
0.0114 ( 0.1%) 0.0040 ( 0.1%) 0.0154 ( 0.1%) 0.0155 ( 0.1%) bugprone-misplaced-pointer-arithmetic-in-alloc
0.0115 ( 0.1%) 0.0037 ( 0.1%) 0.0151 ( 0.1%) 0.0151 ( 0.1%) misc-static-assert
0.0109 ( 0.1%) 0.0038 ( 0.1%) 0.0147 ( 0.1%) 0.0147 ( 0.1%) bugprone-posix-return
0.0107 ( 0.1%) 0.0037 ( 0.1%) 0.0144 ( 0.1%) 0.0145 ( 0.1%) abseil-duration-comparison
0.0111 ( 0.1%) 0.0034 ( 0.1%) 0.0145 ( 0.1%) 0.0144 ( 0.1%) cert-con54-cpp
0.0096 ( 0.1%) 0.0034 ( 0.1%) 0.0129 ( 0.1%) 0.0129 ( 0.1%) abseil-time-comparison
0.0092 ( 0.1%) 0.0032 ( 0.1%) 0.0124 ( 0.1%) 0.0124 ( 0.1%) bugprone-integer-division
0.0091 ( 0.1%) 0.0029 ( 0.1%) 0.0120 ( 0.1%) 0.0121 ( 0.1%) performance-no-automatic-move
0.0090 ( 0.1%) 0.0031 ( 0.1%) 0.0121 ( 0.1%) 0.0121 ( 0.1%) abseil-duration-addition
0.0091 ( 0.1%) 0.0026 ( 0.1%) 0.0117 ( 0.1%) 0.0117 ( 0.1%) readability-qualified-auto
0.0088 ( 0.0%) 0.0027 ( 0.1%) 0.0115 ( 0.1%) 0.0115 ( 0.1%) hicpp-explicit-conversions
0.0082 ( 0.0%) 0.0029 ( 0.1%) 0.0111 ( 0.0%) 0.0111 ( 0.0%) abseil-string-find-startswith
0.0081 ( 0.0%) 0.0028 ( 0.1%) 0.0109 ( 0.0%) 0.0109 ( 0.0%) abseil-duration-subtraction
0.0083 ( 0.0%) 0.0026 ( 0.1%) 0.0109 ( 0.0%) 0.0109 ( 0.0%) performance-inefficient-string-concatenation
0.0080 ( 0.0%) 0.0028 ( 0.1%) 0.0108 ( 0.0%) 0.0108 ( 0.0%) android-comparison-in-temp-failure-retry
0.0080 ( 0.0%) 0.0025 ( 0.1%) 0.0105 ( 0.0%) 0.0105 ( 0.0%) modernize-use-default-member-init
0.0076 ( 0.0%) 0.0024 ( 0.0%) 0.0100 ( 0.0%) 0.0100 ( 0.0%) bugprone-forwarding-reference-overload
0.0077 ( 0.0%) 0.0022 ( 0.0%) 0.0099 ( 0.0%) 0.0099 ( 0.0%) readability-redundant-member-init
0.0073 ( 0.0%) 0.0024 ( 0.0%) 0.0097 ( 0.0%) 0.0097 ( 0.0%) bugprone-bool-pointer-implicit-conversion
0.0069 ( 0.0%) 0.0021 ( 0.0%) 0.0090 ( 0.0%) 0.0090 ( 0.0%) modernize-make-shared
0.0064 ( 0.0%) 0.0020 ( 0.0%) 0.0084 ( 0.0%) 0.0085 ( 0.0%) bugprone-string-integer-assignment
0.0064 ( 0.0%) 0.0017 ( 0.0%) 0.0081 ( 0.0%) 0.0082 ( 0.0%) readability-isolate-declaration
0.0060 ( 0.0%) 0.0019 ( 0.0%) 0.0080 ( 0.0%) 0.0080 ( 0.0%) modernize-pass-by-value
0.0059 ( 0.0%) 0.0018 ( 0.0%) 0.0077 ( 0.0%) 0.0077 ( 0.0%) bugprone-copy-constructor-init
0.0059 ( 0.0%) 0.0014 ( 0.0%) 0.0073 ( 0.0%) 0.0073 ( 0.0%) readability-redundant-function-ptr-dereference
0.0056 ( 0.0%) 0.0017 ( 0.0%) 0.0073 ( 0.0%) 0.0073 ( 0.0%) bugprone-unused-raii
0.0054 ( 0.0%) 0.0017 ( 0.0%) 0.0071 ( 0.0%) 0.0071 ( 0.0%) bugprone-string-constructor
0.0053 ( 0.0%) 0.0017 ( 0.0%) 0.0070 ( 0.0%) 0.0070 ( 0.0%) performance-move-constructor-init
0.0053 ( 0.0%) 0.0017 ( 0.0%) 0.0070 ( 0.0%) 0.0070 ( 0.0%) cert-oop11-cpp
0.0053 ( 0.0%) 0.0016 ( 0.0%) 0.0069 ( 0.0%) 0.0069 ( 0.0%) cppcoreguidelines-pro-type-union-access
0.0052 ( 0.0%) 0.0015 ( 0.0%) 0.0068 ( 0.0%) 0.0068 ( 0.0%) modernize-make-unique
0.0049 ( 0.0%) 0.0014 ( 0.0%) 0.0062 ( 0.0%) 0.0063 ( 0.0%) readability-static-accessed-through-instance
0.0044 ( 0.0%) 0.0014 ( 0.0%) 0.0058 ( 0.0%) 0.0058 ( 0.0%) zircon-temporary-objects
0.0044 ( 0.0%) 0.0013 ( 0.0%) 0.0058 ( 0.0%) 0.0057 ( 0.0%) bugprone-parent-virtual-call
0.0040 ( 0.0%) 0.0013 ( 0.0%) 0.0053 ( 0.0%) 0.0053 ( 0.0%) cppcoreguidelines-pro-type-static-cast-downcast
0.0037 ( 0.0%) 0.0012 ( 0.0%) 0.0048 ( 0.0%) 0.0050 ( 0.0%) readability-delete-null-pointer
0.0033 ( 0.0%) 0.0011 ( 0.0%) 0.0044 ( 0.0%) 0.0043 ( 0.0%) bugprone-suspicious-missing-comma
0.0030 ( 0.0%) 0.0011 ( 0.0%) 0.0041 ( 0.0%) 0.0040 ( 0.0%) modernize-raw-string-literal
0.0027 ( 0.0%) 0.0008 ( 0.0%) 0.0036 ( 0.0%) 0.0036 ( 0.0%) bugprone-inaccurate-erase
0.0025 ( 0.0%) 0.0007 ( 0.0%) 0.0032 ( 0.0%) 0.0032 ( 0.0%) misc-uniqueptr-reset-release
0.0021 ( 0.0%) 0.0007 ( 0.0%) 0.0028 ( 0.0%) 0.0028 ( 0.0%) google-readability-casting
0.0019 ( 0.0%) 0.0005 ( 0.0%) 0.0024 ( 0.0%) 0.0024 ( 0.0%) modernize-shrink-to-fit
0.0018 ( 0.0%) 0.0006 ( 0.0%) 0.0024 ( 0.0%) 0.0023 ( 0.0%) performance-trivially-destructible
0.0018 ( 0.0%) 0.0005 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) hicpp-use-emplace
0.0018 ( 0.0%) 0.0005 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) performance-faster-string-find
0.0016 ( 0.0%) 0.0005 ( 0.0%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) cppcoreguidelines-pro-type-cstyle-cast
0.0016 ( 0.0%) 0.0005 ( 0.0%) 0.0020 ( 0.0%) 0.0020 ( 0.0%) modernize-use-emplace
0.0012 ( 0.0%) 0.0004 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) bugprone-sizeof-container
0.0010 ( 0.0%) 0.0003 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) bugprone-too-small-loop-variable
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) cert-dcl58-cpp
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) abseil-no-namespace
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0006 ( 0.0%) cert-dcl59-cpp
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) google-build-namespaces
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) readability-misplaced-array-index
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) performance-inefficient-vector-operation
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) readability-simplify-subscript-expr
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) cert-flp30-c
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) cert-err09-cpp
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) hicpp-exception-baseclass
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) cppcoreguidelines-pro-type-reinterpret-cast
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) cppcoreguidelines-pro-type-const-cast
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) misc-throw-by-value-catch-by-reference
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) cert-err61-cpp
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) cert-err60-cpp
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) readability-uniqueptr-delete-release
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) bugprone-terminating-continue
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) hicpp-multiway-paths-covered
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) readability-use-anyofallof
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) performance-for-range-copy
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) bugprone-lambda-function-name
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) performance-implicit-conversion-in-loop
17.6866 (100.0%) 4.9013 (100.0%) 22.5880 (100.0%) 22.5880 (100.0%) Total
142995 warnings generated.
Suppressed 143171 warnings (142995 in non-user code, 176 NOLINT).
Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment