Firefox OS/Performance/Tools: Difference between revisions

m (Lakrits moved page FirefoxOS/Performance/Tools to Firefox OS/Performance/Tools: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its name is consistent with th...)
 
(2 intermediate revisions by 2 users not shown)
Line 26: Line 26:
==Instrumentation==
==Instrumentation==
* [[../Automation_Testing|Automation & Testing]]
* [[../Automation_Testing|Automation & Testing]]
* [[/Data_Sources_and_Tools_for_FxOS_Perfomance_Optimization|Data Sources & Tools for FxOS Performance Optimization]
* [[/Data_Sources_and_Tools_for_FxOS_Perfomance_Optimization|Data Sources & Tools for FxOS Performance Optimization]]


==Profiling==
==Profiling==
Line 42: Line 42:
==References==
==References==
* [http://blog.linuxprogrammer.org/Hacking%20B2G%3A%20Building%20with%20Distcc.html Building FirefoxOS with Distcc]
* [http://blog.linuxprogrammer.org/Hacking%20B2G%3A%20Building%20with%20Distcc.html Building FirefoxOS with Distcc]
* [http://rhaas.blogspot.co.uk/2012/06/perf-good-bad-ugly.html perf: the good, the bad, the ugly]
* [[Remote_Debugging_Protocol|Remote Debugging Protocol]]
* [[Remote_Debugging_Protocol|Remote Debugging Protocol]]
* [http://rilanalyzer.smart-e.org/ RILAnalyzer]
* [http://rilanalyzer.smart-e.org/ RILAnalyzer]

Latest revision as of 14:00, 1 February 2015

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