Open main menu

CDOT Wiki β

Changes

PGO Build Details

946 bytes added, 20:44, 10 October 2008
New page: == Build Output == === Oct 10th, 2008 === Profiling:<br /> Open the browser and closed it. <ul><li>2938 objects are created</li><li>2246 of the 2938 objects are created with pgo optimiz...
== Build Output ==

=== Oct 10th, 2008 ===

Profiling:<br />
Open the browser and closed it.

<ul><li>2938 objects are created</li><li>2246 of the 2938 objects are created with pgo optimizations</li><li>2101 of the 2246 objects are optimized for size</li><li>145 of the 2246 objects are optimized for speed</li><li>73 objects are optimized with profile data</li><li>69 of 73 objects didn't have any profile data to optimize with</li><li>49 of 73 objects are tests objects</li></ul>In the end only 4 objects are optimized.
<pre>
Merging ..\..\dist\bin\js3250!1.pgc
882 of 2904 ( 30.37%) profiled functions will be compiled for speed

Merging ..\..\dist\bin\xul!1.pgc
3433 of 84021 ( 4.09%) profiled functions will be compiled for speed

Merging ..\..\dist\bin\xpcom!1.pgc
55 of 55 (100.00%) profiled functions will be compiled for speed

Merging ..\..\dist\bin\firefox!1.pgc
61 of 61 (100.00%) profiled functions will be compiled for speed
</pre>
1
edit