-1

Win 10 Professional x64
Qt 5.15.5 msvc2019
Qt Creator 9.0.2

clang version 12.0.0  
Target: x86_64-pc-windows-msvc  
Thread model: posix  

enter image description here enter image description here How can you achieve 100% CPU usage?

CPU usage is about 50% during large project build after change processor from Core i5-7400 to core i5-12400F. How can one achieve about 100% CPU usage?

Vladimir Bershov
  • 2,701
  • 2
  • 21
  • 51

1 Answers1

0

Solved by specifying Parallel jobs count in the Build Settings.

  • Rebuild subproject with jobs=4 (average CPU load about 58 %): time: 03:27
  • Rebuild subproject with jobs=8 (CPU load 100%), time: 02:18.

enter image description here

Vladimir Bershov
  • 2,701
  • 2
  • 21
  • 51