Changes between Version 21 and Version 22 of Getting-Started/BB10
- Timestamp:
- Apr 19, 2013 10:57:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/BB10
v21 v22 238 238 The 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. 239 239 240 == Tips == 240 241 === Tune Resampling Quality === 241 242 … … 252 253 Without resampling, a PCMU call uses 0% CPU! 253 254 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 257 Be 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. 257 258 258 259 Adding "-O2" could potentially reduce CPU utilization by 20%.