meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sw:yocto:icecc [2022/02/06 14:18]
niziak
sw:yocto:icecc [2022/02/28 11:31] (current)
niziak
Line 1: Line 1:
 ====== icecc ====== ====== icecc ======
 +**NOTE:** icecc daemon has to be run on localhost. Instead of this all jobs will be spawned locally with i.e. ''​-j 100''​
 +
 <code bash>​sudo apt-get install patchelf icecc icecc-monitor</​code>​ <code bash>​sudo apt-get install patchelf icecc icecc-monitor</​code>​
  
 Example performance gain (''​make -j14''​ vs ''​make -j 100''​):​ Example performance gain (''​make -j14''​ vs ''​make -j 100''​):​
 +
 +<code bash>
 bitbake nativesdk-qemu bitbake nativesdk-qemu
  
Line 21: Line 25:
 time bitbake nativesdk-qemu time bitbake nativesdk-qemu
  
 +real 7m21.235s 
 +user 0m1.019s 
 +sys 0m0.209s
 </​code>​ </​code>​