vbvictor wrote:

> > I will double-check later.
> 
> Thanks!

I checked, and the results are:

```bash
time python3 clang-tools-extra/clang-tidy/tool/run-clang-tidy.py 
-clang-tidy-binary=./build/bin/clang-tidy    
-checks='-*,bugprone-unchecked-optional-access'     -p=./build 
-enable-check-profile     clang-tools-extra/clang-tidy > clang_tidy_output.log 
2>&1

real    1m3.840s
user    30m53.102s
sys     1m44.098s

===-------------------------------------------------------------------------===
                          clang-tidy checks profiling
===-------------------------------------------------------------------------===
  Total Execution Time: 101.3889 seconds (103.1324 wall clock)

   ---User Time---    --System Time--     --User+System--     ---Wall Time---   
--- Name ---
   80.3982 (100.0%)   20.9907 (100.0%)   101.3889 (100.0%)   103.1324 (100.0%)  
bugprone-unchecked-optional-access
   80.3982 (100.0%)   20.9907 (100.0%)   101.3889 (100.0%)   103.1324 (100.0%)  
Total
```

Maybe the problem is in the "assertions" build?
By looking at [processor 
comparison](https://openbenchmarking.org/vs/Processor/AMD+Ryzen+9+9950X+16-Core,Intel+Core+Ultra+7+255H),
 there must be a 2-3x difference, not 10-100.


https://github.com/llvm/llvm-project/pull/170004
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to