Firefox OS/Performance/Tools: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Added Progress Section and moved Automation links to Automations page.)
No edit summary
Line 40: Line 40:
** [https://github.com/mozilla/b2gpopulate B2G Populate (via Automation Team)]
** [https://github.com/mozilla/b2gpopulate B2G Populate (via Automation Team)]
* [https://developer.mozilla.org/en-US/Firefox_OS/Debugging/Debugging_B2G_using_valgrind Valgrind]
* [https://developer.mozilla.org/en-US/Firefox_OS/Debugging/Debugging_B2G_using_valgrind Valgrind]
==References==
* [http://blog.linuxprogrammer.org/Hacking%20B2G%3A%20Building%20with%20Distcc.html Building FirefoxOS with Distcc]

Revision as of 01:18, 10 May 2014

Progress

Bugzilla query error

Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 400 [1] => Bad Request ) ) 1


Dashboards

Handling Regressions

  • Bisecting
  • Root-Causing
  • Reverting
    • update tree
    • git revert -m1 originalCommitHash. -m1 is only needed if the original commit was a merge.
    • git push

Instrumentation

Profiling

References