Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

(Improvement) Fx-Team - Number of Constructors - CentOS release 5 (Final) - 3.28%

1 view
Skip to first unread message

nob...@cruncher.build.mozilla.org

unread,
May 20, 2013, 10:44:06 AM5/20/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team - Number of Constructors - CentOS release 5 (Final) - 3.28% decrease
-----------------------------------------------------------------------------------------
Previous: avg 320.500 stddev 0.905 of 12 runs up to revision 073791f33ab7
New : avg 310.000 stddev 0.000 of 12 runs since revision a487c1595a94
Change : -10.500 (3.28% / z=11.608)
Graph : http://mzl.la/19ViiVn

Changeset range: http://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=073791f33ab7&tochange=a487c1595a94

Changesets:
* http://hg.mozilla.org/integration/fx-team/rev/b5a42a30e193
: Sotaro Ikeda <sik...@mozilla.com> - Bug 871753 Part1 - fix deadlock during youtube video playback. r=doublec
: http://bugzilla.mozilla.org/show_bug.cgi?id=871753

* http://hg.mozilla.org/integration/fx-team/rev/2cad9e70289a
: Sotaro Ikeda <sik...@mozilla.com> - Bug 871753 Part2 - add libstagefright_foundation r=mwu
: http://bugzilla.mozilla.org/show_bug.cgi?id=871753

* http://hg.mozilla.org/integration/fx-team/rev/ea25bacc8401
: Ryan VanderMeulen <rya...@gmail.com> - Merge m-c to birch.

* http://hg.mozilla.org/integration/fx-team/rev/cb242a1cccb2
: Camilo Viecco <cvi...@mozilla.com> - Bug 841569 - Cannot install image-uploader (fix handling of large filanames on b2g apps) r=bsmith
: http://bugzilla.mozilla.org/show_bug.cgi?id=841569

* http://hg.mozilla.org/integration/fx-team/rev/da470133a9ba
: Gregory Szorc <g...@mozilla.com> - Bug 863069 - Part 4: Reorder lists to be alphabetical; r=ted
: http://bugzilla.mozilla.org/show_bug.cgi?id=863069

* http://hg.mozilla.org/integration/fx-team/rev/8fbd99874bad
: Gregory Szorc <g...@mozilla.com> - Bug 863069 - Part 5: Require sorted lists in moz.build files; r=ted
: http://bugzilla.mozilla.org/show_bug.cgi?id=863069

* http://hg.mozilla.org/integration/fx-team/rev/efbb1fb5e563
: Myk Melez <m...@mozilla.org> - bug 860043 - don't log by default; remove extraneous newlines; r=sicking
: http://bugzilla.mozilla.org/show_bug.cgi?id=860043

* http://hg.mozilla.org/integration/fx-team/rev/39b03fde453a
: Bobby Holley <bobby...@gmail.com> - Bug 873253 Crash clicking on file input in XUL whitelisted site r=bz
: http://bugzilla.mozilla.org/show_bug.cgi?id=873253

* http://hg.mozilla.org/integration/fx-team/rev/eccb855886ad
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 8: Add a non-realtime media graph API to produce a given number of ticks; r=roc
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/integration/fx-team/rev/b67a43c241c5
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 9: Implement the DOM binding for OfflineAudioContext; r=roc
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/integration/fx-team/rev/3f5529434311
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 10: Use the non-realtime MediaStreamGraph API and a custom destination node engine for OfflineAudioContext; r=roc

We offload most of the logic for OfflineAudioContext to the destination node,
since that's where the sample recording needs to happen, so doing this will
make the code simpler.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/integration/fx-team/rev/35cedd1dd27a
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 11: Implement the processing of OfflineAudioContext; r=roc

We use a custom AudioNodeEngine for the destination nodes belonging to
OfflineAudioContexts, and there we record the rendered buffer. Once the buffer
is full, we resample it if the sampling rate of the OfflineAudioContext is
different than the ideal sampling rate, and then we hand it off to the main
thread in order for the complete event to be dispatched.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/integration/fx-team/rev/894831c54271
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 12: Fix the lifetime management of the Web Audio graph in presence of OfflineAudioContexts; r=roc

Here we make the non-realtime graphs to go to sleep until they're shut down
from the main thread. This allows us to use the common forced shutdown code
path in MediaStreamGraphImpl::RunThread. We also need to delete the graph
object when the last message is dispatched to it.

In addition, we need to make sure that the AudioNodes also get released when
they're no longer needed. To do this, we need for force the SelfReference of
AudioBufferSourceNodes to be released when the context is shut down, and also
trigger the destruction of the graph there.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/integration/fx-team/rev/7c4f7f3be361
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 13: Add a unit test for OfflineAudioContext; r=roc
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* http://hg.mozilla.org/integration/fx-team/rev/825f0424a603
: Ehsan Akhgari <eh...@mozilla.com> - Bug 836599 - Part 14: Run most of the existing Web Audio tests using OfflineAudioContext as well as AudioContext; r=roc

This helps us get a decent amount of test coverage on OfflineAudioContext in
both the existing tests and the future tests.
: http://bugzilla.mozilla.org/show_bug.cgi?id=836599

* and 48 more

Bugs:
* http://bugzilla.mozilla.org/show_bug.cgi?id=2
* http://bugzilla.mozilla.org/show_bug.cgi?id=872323 - Perma orange: TEST-UNEXPECTED-FAIL | /Users/cltbld/talos-slave/test/build/xpcshell/tests/toolkit/components/social/test/xpcshell/test_SocialService.js | Test timed out
* http://bugzilla.mozilla.org/show_bug.cgi?id=872964 - wrong result for getTextBeforeOffset for start word boundary at text length offset
* http://bugzilla.mozilla.org/show_bug.cgi?id=860043 - TCPSocket logs debug messages by default, adds extra newline
* http://bugzilla.mozilla.org/show_bug.cgi?id=860941 - Clean up showModalDialog implementation
* http://bugzilla.mozilla.org/show_bug.cgi?id=857236 - In-content Privacy > Tracking preference UI always shows the default state
* http://bugzilla.mozilla.org/show_bug.cgi?id=861465 - Hide overlay buttons when showing app bars or in fullscreen mode
* http://bugzilla.mozilla.org/show_bug.cgi?id=872864 - Intermittent browser_net_simple-request-data.js | The requestHeaders attachment has an incorrect |headers| property. - Got 6, expected 7 | browser_net_simple-request-details.js | There should be 13 header values displayed in this tabpanel. etc
* http://bugzilla.mozilla.org/show_bug.cgi?id=842657 - Flip the pref to enable the CSP 1.0 parser for Firefox
* http://bugzilla.mozilla.org/show_bug.cgi?id=873253 - Crash clicking on file input
* http://bugzilla.mozilla.org/show_bug.cgi?id=873255 - remove option to always show tabs
* http://bugzilla.mozilla.org/show_bug.cgi?id=839342 - Work - Edge UI gesture should fire before user removes his/her finger from the screen
* http://bugzilla.mozilla.org/show_bug.cgi?id=863069 - Require alphabetical order when assigning to order-independent moz.build variables
* http://bugzilla.mozilla.org/show_bug.cgi?id=872507 - Tweak logcat java-exception regex to strip more whitespace
* http://bugzilla.mozilla.org/show_bug.cgi?id=813372 - b2g process crash with this testcase, using -moz-transition
* and 10 more

nob...@cruncher.build.mozilla.org

unread,
May 20, 2013, 11:42:00 AM5/20/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team - Number of Constructors - CentOS (x86_64) release 5 (Final) - 3.28% decrease
--------------------------------------------------------------------------------------------------
Previous: avg 320.500 stddev 0.905 of 12 runs up to revision 073791f33ab7
New : avg 310.000 stddev 0.000 of 12 runs since revision a487c1595a94
Change : -10.500 (3.28% / z=11.608)
Graph : http://mzl.la/19VyFBd

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 9:41:14 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Dromaeo (DOM) - Ubuntu HW 12.04 - 6.46% increase
-------------------------------------------------------------------------------
Previous: avg 497.334 stddev 9.004 of 12 runs up to revision 073791f33ab7
New : avg 529.441 stddev 7.067 of 12 runs since revision a487c1595a94
Change : +32.107 (6.46% / z=3.566)
Graph : http://mzl.la/Zaui5R

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 9:41:16 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Dromaeo (CSS) - Ubuntu HW 12.04 - 9.51% increase
-------------------------------------------------------------------------------
Previous: avg 3767.416 stddev 70.186 of 12 runs up to revision 073791f33ab7
New : avg 4125.726 stddev 17.848 of 12 runs since revision a487c1595a94
Change : +358.310 (9.51% / z=5.105)
Graph : http://mzl.la/Zauj9Z

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 9:42:27 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - a11y Row Major MozAfterPaint - Ubuntu HW 12.04 - 8.71% decrease
----------------------------------------------------------------------------------------------
Previous: avg 354.125 stddev 3.352 of 12 runs up to revision 073791f33ab7
New : avg 323.292 stddev 3.526 of 12 runs since revision a487c1595a94
Change : -30.833 (8.71% / z=9.200)
Graph : http://mzl.la/12rqRo6

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 9:43:01 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Tp5 Optimized - Ubuntu HW 12.04 - 4.92% decrease
-------------------------------------------------------------------------------
Previous: avg 299.566 stddev 1.348 of 12 runs up to revision 073791f33ab7
New : avg 284.818 stddev 0.949 of 12 runs since revision a487c1595a94
Change : -14.748 (4.92% / z=10.937)
Graph : http://mzl.la/12rqWIo

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:01:59 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Ts, Paint - Ubuntu HW 12.04 x64 - 2.98% decrease
-------------------------------------------------------------------------------
Previous: avg 606.820 stddev 3.113 of 12 runs up to revision 073791f33ab7
New : avg 588.739 stddev 4.327 of 12 runs since revision a487c1595a94
Change : -18.081 (2.98% / z=5.808)
Graph : http://mzl.la/12rtRAS

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:02:01 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - a11y Row Major MozAfterPaint - Ubuntu HW 12.04 x64 - 10.6% decrease
--------------------------------------------------------------------------------------------------
Previous: avg 295.667 stddev 3.387 of 12 runs up to revision 073791f33ab7
New : avg 264.292 stddev 1.499 of 12 runs since revision a487c1595a94
Change : -31.375 (10.6% / z=9.264)
Graph : http://mzl.la/12rtUwg

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:02:24 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Ts Paint, MED Dirty Profile - Ubuntu HW 12.04 x64 - 3.36% decrease
-------------------------------------------------------------------------------------------------
Previous: avg 611.119 stddev 6.457 of 12 runs up to revision 073791f33ab7
New : avg 590.575 stddev 4.528 of 12 runs since revision a487c1595a94
Change : -20.544 (3.36% / z=3.182)
Graph : http://mzl.la/12rtYMM

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:02:17 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Tp5 Optimized (XRes) - Ubuntu HW 12.04 x64 - 14.7% decrease
------------------------------------------------------------------------------------------
Previous: avg 8832575.833 stddev 303455.389 of 12 runs up to revision 073791f33ab7
New : avg 7529911.667 stddev 177952.734 of 12 runs since revision a487c1595a94
Change : -1302664.167 (14.7% / z=4.293)
Graph : http://mzl.la/12rtWo7

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:02:22 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Ts Paint, MAX Dirty Profile - Ubuntu HW 12.04 x64 - 3.29% decrease
-------------------------------------------------------------------------------------------------
Previous: avg 606.930 stddev 3.371 of 12 runs up to revision 073791f33ab7
New : avg 586.956 stddev 6.657 of 12 runs since revision a487c1595a94
Change : -19.974 (3.29% / z=5.926)
Graph : http://mzl.la/12rtWUZ

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:02:20 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Tp5 Optimized - Ubuntu HW 12.04 x64 - 5.37% decrease
-----------------------------------------------------------------------------------
Previous: avg 272.196 stddev 1.290 of 12 runs up to revision 073791f33ab7
New : avg 257.588 stddev 1.150 of 12 runs since revision a487c1595a94
Change : -14.608 (5.37% / z=11.328)
Graph : http://mzl.la/12rtWEC

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:03:54 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Dromaeo (CSS) - Ubuntu HW 12.04 x64 - 8.96% increase
-----------------------------------------------------------------------------------
Previous: avg 4277.168 stddev 46.484 of 12 runs up to revision 073791f33ab7
New : avg 4660.361 stddev 35.683 of 12 runs since revision a487c1595a94
Change : +383.192 (8.96% / z=8.244)
Graph : http://mzl.la/12rub2k

nob...@cruncher.build.mozilla.org

unread,
May 21, 2013, 10:03:52 AM5/21/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team-Non-PGO - Dromaeo (DOM) - Ubuntu HW 12.04 x64 - 7.97% increase
-----------------------------------------------------------------------------------
Previous: avg 584.378 stddev 8.050 of 12 runs up to revision 073791f33ab7
New : avg 630.947 stddev 5.416 of 12 runs since revision a487c1595a94
Change : +46.569 (7.97% / z=5.785)
Graph : http://mzl.la/12ruaLS

nob...@cruncher.build.mozilla.org

unread,
May 22, 2013, 12:22:31 PM5/22/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team - a11y Row Major MozAfterPaint - Ubuntu HW 12.04 x64 - 5.73% decrease
------------------------------------------------------------------------------------------
Previous: avg 194.250 stddev 2.792 of 12 runs up to revision 073791f33ab7
New : avg 183.125 stddev 1.979 of 12 runs since revision a487c1595a94
Change : -11.125 (5.73% / z=3.985)
Graph : http://mzl.la/18inYJZ

nob...@cruncher.build.mozilla.org

unread,
May 22, 2013, 12:41:36 PM5/22/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team - Dromaeo (CSS) - Ubuntu HW 12.04 x64 - 9.37% increase
---------------------------------------------------------------------------
Previous: avg 4570.493 stddev 113.974 of 12 runs up to revision 073791f33ab7
New : avg 4998.624 stddev 33.958 of 12 runs since revision a487c1595a94
Change : +428.131 (9.37% / z=3.756)
Graph : http://mzl.la/18iqQqh

nob...@cruncher.build.mozilla.org

unread,
May 22, 2013, 12:42:12 PM5/22/13
to dev-tree-...@lists.mozilla.org
Regression: Fx-Team - Tp5 Optimized (Private Bytes) - Ubuntu HW 12.04 - 4.18% increase
--------------------------------------------------------------------------------------
Previous: avg 495035916.667 stddev 6313209.218 of 12 runs up to revision 073791f33ab7
New : avg 515709833.333 stddev 5188596.374 of 12 runs since revision a487c1595a94
Change : +20673916.667 (4.18% / z=3.275)
Graph : http://mzl.la/18iqYWV

nob...@cruncher.build.mozilla.org

unread,
May 22, 2013, 1:02:26 PM5/22/13
to dev-tree-...@lists.mozilla.org
Improvement: Fx-Team - Dromaeo (CSS) - Ubuntu HW 12.04 - 14.5% increase
-----------------------------------------------------------------------
Previous: avg 4051.389 stddev 77.659 of 12 runs up to revision 073791f33ab7
New : avg 4640.439 stddev 34.962 of 12 runs since revision a487c1595a94
Change : +589.050 (14.5% / z=7.585)
Graph : http://mzl.la/194AaQ1
0 new messages