Changes between Version 21 and Version 22 of Getting-Started/BB10


Ignore:
Timestamp:
Apr 19, 2013 10:57:50 AM (11 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/BB10

    v21 v22  
    238238The recommendation below was based on experimentation on Z10 device. The full result of the experimentation is attached as PDF. The patch to measure CPU is also attached. 
    239239 
     240== Tips == 
    240241=== Tune Resampling Quality === 
    241242 
     
    252253Without resampling, a PCMU call uses 0% CPU! 
    253254 
    254 === configure-bb10 script does not enable optimization by default === 
    255  
    256 This applies to PJSIP's {{{configure-bb10}}} script and also the {{{generic-configure-bb10}}} for building OpenCore AMR-NB that is distributed by PJSIP-Demo. Both do not put "-O2" by default. 
     255=== Add Optimization Flags to Your Build === 
     256 
     257Be aware that {{{configure-bb10}}} script does not enable optimization by default. This applies to PJSIP's {{{configure-bb10}}} script and also the {{{generic-configure-bb10}}} for building OpenCore AMR-NB that is distributed by PJSIP-Demo. Both do not put "-O2" by default. 
    257258 
    258259Adding "-O2" could potentially reduce CPU utilization by 20%.